• Resolved lxmiller

    (@lxmiller)


    The home widgets on the front page (Home Widget 1, Home Widget 2, Home Widget 3) aren’t resizing down in Firefox browsers (mobile and desktop).

    I’ve spent days looking for a setting that could be hard coding a width and I can’t find anything, also tried deleting the plugins in the widgets. No extra CSS code. Works fine in all other browsers we’ve looked at.

    Do you have any ideas?
    Thanks!
    Lisa

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @lxmiller ,

    Thank you for bringing this to our attention.

    It appears that the -moz-available value applied to the home widget wrapper’s width property for the firefox browser is not working as expected.

    I will forward this to our development team for future releases of the Responsive theme.

    Meanwhile, you can add the custom CSS to fix this issue by following these steps –
    1) Go to WordPress admin dashboard -> Appearance -> Customize.

    2) Select the Additional CSS tab.

    3) Enter the following custom CSS in the input field –

    .page.front-page aside.home-widgets .home-widget-wrapper {
         max-width: -moz-available;
    }
    Thread Starter lxmiller

    (@lxmiller)

    Awesome. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Widgets not resizing properly in Firefox’ is closed to new replies.