• Good Morning Guys,

    So i am trying to add a page to our website, on this page i need to add an iframe from one of our current remote desktop softwares. So i can add a click to join widget.

    However everytime i add this iframe it keeps moving my logo in the nav bar up? And i cannot figure out what is causing this to happen.

    Can someone possibly have a little look into this for me as it is really baffling me. I have added a screenshot so you can see what happens below.

    https://we.tl/jyOMvLNMRs

    Thank You

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Actually, what makes your logo go to the right place is this https://pbradshaw.net/wp-content/uploads/so-css/so-css-pbradshawtheme.css?ver=1527238497 file. As you are not properly closing your iframe, the browser never reach the code after it (that page doesn’t show footer too, for instance).

    See this answer in StackOverflow. Back in 2014, iframe wasn’t a self-closing element, and it still seems to be that way. Try changing your < iframe ... /> to <iframe ...></iframe> and see if the code after the iframe start to be viewed.

Viewing 1 replies (of 1 total)
  • The topic ‘NavBar Logo Moving with content in page’ is closed to new replies.