Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #821328

    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.

    #821335

    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

    • This reply was modified 7 years, 5 months ago by tjswarbs78. Reason: we may need to whack an !important in there too
    #821359

    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?

    #821396

    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

    #821496

    That did the trick. Thanks!

    #821571

    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

    #822160

    You can close it, thanks.

    #822350

    Hi,

    Thanks for that. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Website looks iFramed’ is closed to new replies.