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

    (@mrwweb)

    Hi @helloshellly,

    Sorry for the delay in responding. For some reason I did not get a notification of this thread the way I normally would.

    This seems to be a Firefox bug triggered by your theme. The theme contains this rule:

    #widgets a {
        display: inline-block;
        /* other rules */
    }

    For some reason (I’m not clear why), Firefox doesn’t contain the width of that inline-block element to its parent. You can fix this by adding the following rule to your theme, child theme, or a custom CSS plugin:

    #widgets a {
        max-width: 100%;
    }

    Thanks for using the plugin!

    Thread Starter helloshellly

    (@helloshellly)

    Thank you, Mark!

    I’ve used the fix you’ve suggested and am thrilled with the result! I am most grateful. Separately, I was not notified of your reply, either, and regret not checking sooner. You have been most helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner image too wide for sidebar in Firefox browser’ is closed to new replies.