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

    Hey guys,

    I had the same issue before here: https://kriesi.at/support/topic/recent-posts-widget-issue/ where the images in my Recent Posts widgets weren’t filling out their container boxes correctly in certain browsers. But Ismael was able to help me fix it. Now, after updating to 2.6 it has returned for some reason. This time, it works fine by default in FireFox and breaks in IE by not filling out the boxes. If I set the code used previously in my QuickCSS to a width and height of 36 it works in IE and breaks in FireFox. Any ideas?

    Thanks,
    Tom

    #235709

    Hey tmunz!

    How are you? I hope you’re doing well today.

    Please try to use this instead:

    .image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
        width: 28px;
        height: 28px;
        min-height: 28px;
        max-height: 28px;
    }

    Cheers!
    Ismael

    #235785

    Hey Ismael, I plugged the supplied code into my QuickCSS, but unfortunately the problem remains the same.

    Thanks,
    Tom

    #236421

    Hey!

    Can you post the link to your page where the issue occurs again so we can take a look? I tried to check the webpage you posted on your other topic but it returns 404 error. Please also try updating the theme to the latest version 2.6.1 and check if that helps

    Cheers!
    Yigit

    #236429
    This reply has been marked as private.
    #236433

    Hey!

    Have you tried flushing browser cache after applying the code? It does look fine on my end http://i.imgur.com/n78ypR9.jpg
    Can you post a screenshot and show how it looks on your end? And which browser and OS are you using?

    Best regards,
    Yigit

    #236436

    Hey Yigit,

    I have tried flushing my browser and no luck. The issue occurs for me on IE8 on Windows 7 (via Mac Parallels).

    Here’s a screenshot of the issue: http://imgur.com/axgJiC0.jpg

    Thanks,
    Tom

    #236549

    Hi!

    I cannot reproduce the issue on my end. I tried to check your website on IE8 mode on Win7 but it does look fine on my end. Have you tried checking on another computer?

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.