I’m not sure if you guys would be able to assist with this but I’m using the Enfold theme and I’m having a major problem with my website (http://www.homeofficeusa.biz/)
It appears that my website is taking an ‘iframe’ like style with a desktop browser. This is messing up the scroll and all anchor links. I’m thinking maybe I broke something. If someone can help me pinpoint the issue, that would be greatly appreciated.
Hi,
There appears to be some css doing some funky stuff. Not sure if it is due to the update or something else, I’m sure a mod will know.
html.responsive, .responsive body {
overflow-x:visible!important;
}
Will get rid of the scroll bar if your site is live (it should sort the anchors out too) until the route of the problem can be found
hope that helps
TJ
Thanks! That did remove the scroll bar. However there is still a small margin on the left and right. It’s set to stretch. Can I add to that CSS to remove the margin?
Hi,
Can you try adding this in Quick CSS:
html.html_stretched {
margin-left: 0 !important;
margin-right: 0 !important;
}
Hope this helps :)
Best regards,
Nikko
That did the trick. Thanks!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it, thanks.