Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Seems to be related to the facebook buttons. If I remove them from DOM, it removes the bars.

    Thread Starter guyazran

    (@guyazran)

    thank you for your fast response! i will look into it

    Thread Starter guyazran

    (@guyazran)

    you were right! the problem was in fact in the facebook like and share button.
    all i needed to do was to force the div to 100% width like so:

    .facebook-button-container .facebook-button{
    	width: 100% !important;
    }

    Thank you for helping me find the issue!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unnecessary horizontal scrolling in product page’ is closed to new replies.