Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #911899
    guna
    Participant

    Hi, I could not figure out how to eliminate the white space below the featured image on some of the posts: http://prnt.sc/b0162c

    Please let me know if you need the credentials to take a look at the back-end settings for these posts.

    Thank you.

    #912185
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #913662
    guna
    Participant
    This reply has been marked as private.
    #913974
    Lely
    Moderator

    Hi There,

    Thank you for the URL. I have duplicate your settings but I can’t duplicate the issue.
    Can you try adding the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .blog .x-flexslider {
        overflow: hidden;
    }

    Then go to Appearance > Customize > Blog > Style: Select STANDARD . Save and then check the page again. Then go back to Masonry. This is to reset the settings.

    Hope this helps.

    #913978
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To eliminate the white space below the feature images, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .entry-content.excerpt {
        margin-top: 0;
    }

    Hope this helps. Please let us know how it goes.

    #980250
    guna
    Participant

    This one works:

    .blog .x-flexslider {
    overflow: hidden;
    }

    But not this code:

    .site .entry-content.excerpt {
    margin-top: 0;
    }

    Thank you so much!!

    #980297
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-911899 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>