Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #998808

    Hi,

    Thumbnails in the Latest News widget are strangely absent on the blog sidebar but not the pages one – please help!

    #998843

    Hey Simon,

    This CSS is causing that:

    .single-post img {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    If you remove the top and bottom padding the images will show again. I’m not sure where it’s coming from though, maybe you do?

    Best regards,
    Rikard

    #999122

    Hi Rikard,

    That’s my CSS – I wrote it to give the images in the blog layout padding, and entered it in the WordPress default theme customiser. I didn’t realise this would affect the widget images too. Can you please give me the necessary CSS to limit it to the blog container?

    Thanks!

    Simon

    .single-post img{
    padding-top:15px !important;
    padding-bottom:15px !important;
    padding-right:0px !important;
    padding-left:0px !important;
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

    #999146

    Hi,
    Please try changing to this:

    .single-post article.post-entry .entry-content img{
    padding-top:15px !important;
    padding-bottom:15px !important;
    padding-right:0px !important;
    padding-left:0px !important;
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

    Best regards,
    Mike

    #999296

    Hi Mike,

    Superb – that worked perfectly. Thanks so much,

    best

    Simon

    #999330

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1001139

    Hi Mike, yes – all fine. Thanks, and please close the issue ;-)

    #1001187

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Missing Latest widget thumbnails on single blog post but not on pages’ is closed to new replies.