Website appears to be in an iframe

Hi there after making standards content edits and saves to my website, when i viewed my website it appears to be in an iframe? This is evidenced when looking at the right of the screen, there appears to be a scroll bar within the scroll bar which affects the scroll of the website.

I didnt make any CSS changes as i thought it could be a conflict?

My website is www.wearebehrcreative.com.

Please help!

Many thanks

Hi Tariq,

Thank you for writing in, no, your site is not inside an iframe, and that double scrollbar can be resolve by adding this to Theme Options > CSS

body {
    overflow: hidden;
}

However, my concern is it seems your site loses its footer? Is that intentional? If not, please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.