[Resolved] Theme update – Site origin features issue

  • Author
    Posts
  • #6909

    melachrinos
    Participant

    Hi,

    I have just update my site to the latest theme Version: 2.2.6 and some site origin features were not displayed as before. Site URL is insurancetipster.com.
    More particular there is a larger gap between the text and the circle image ( like the circle images moved up ). Note that these are images and NOT circle container shapes.
    Is there any way to reduce the gap between the image and the text?

    Thanks,
    Petros

    #6910

    Andrew Misplon
    Keymaster

    Hi Petros

    Thanks for reaching out.

    I’m not quite sure what caused this but we could just move onto a small CSS fix. Try going to Customize > Additional CSS and inserting:

    /* Features Widget */
    .sow-features-feature .textwidget h5 {
    	margin-top: 0 !important;
    }

    If you want them even closer, try:

    /* Features Widget */
    .sow-features-feature .textwidget h5 {
    	margin-top: -5px !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top