• Resolved kamcza

    (@kamcza)


    After updating the plugin, images are not displayed properly in the theme.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    The image on the example page is in a block which has “float:left” style which is not cleared.

    One of the possible solutions is adding “clearfix” class to your ‘post-main’ div. Or add the following CSS to your theme:

    .post-main:after {
        clear: both;
        display: table;
        content: ' ';
    }
    Thread Starter kamcza

    (@kamcza)

    Thank you, now it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image overflow’ is closed to new replies.