Site logo

Archived topic

Header creating scroll bar on desktop

5 replies · Started by Nenad on November 22, 2021

Viewing posts 1–6 of 6

Looks like the header is creating some spacing issues - we have a scroll bar and white space above section on desktop view.

Is this something that could be easily fixed?

Thanks

Hi Nenad,

Can you try adding this CSS:

html, body {
    overflow-x: hidden;
}

Let us know if the scrollbar still appears after adding.

Hi Elvin,

That resolved the scroll bar issue. Thank you very much!

Is there something to be done with white space above the main menu?
Included link (and login) in first post, if you need it.

That worked for all pages! Thanks

No problem. :D

This archived topic is closed to new replies.