• My site is https://www.peterdshapiro.com, using theme Twenty Eleven.

    I’m in Chrome when I designed the home page using Minimax – Page Layout Builder, and the images on the page display properly in Chrome, within their respective page layout columns.

    However when viewed with Firefox or IE, the images appear to bleed outside their columns and also the padding/border that surrounds the images.

    Is there a way to make the layout work better in Firefox and/or IE?

    Thanks,

    Peter

    https://www.ads-software.com/plugins/page-layout-builder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Shahriar Alam

    (@shahriar0822)

    Go to ../wp-content/page-layout-builder/modules/image/image.php and
    Add max-width: 100%; at the end of inline style (inside a tag) written in line 167.
    That should solve the issue

    Thread Starter pdshapiro

    (@pdshapiro)

    Thanks for this… I apologize for being a WP newbie but need a bit of guidance on how to find the line that needs changing… I assume I go to Appearance -> Editor, but after that, I don’t see where to look. Also the lines of code where I am looking aren’t numbered, so I don’t see how to scroll down to line 167.

    When I get there, I will add max-width:100% as you suggest but I am unsure what is meant by “end of inline style (inside a tag)”

    –Peter

    Plugin Contributor Shahriar Alam

    (@shahriar0822)

    Will fix the issue in next update and it is coming soon.

    Thread Starter pdshapiro

    (@pdshapiro)

    Just checked… Your update worked! The site now looks good in Firefox and IE, as well as in Chrome. Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page looks good using Chrome, distorted with Firefox, IE’ is closed to new replies.