Site logo

Archived topic

How Can I hide scroll bar?

3 replies · Started by Daniel on November 2, 2020

Viewing posts 1–4 of 4

Hi,

Your menu overflow causes the horizontal scroll to appear.

To address this, try adding this CSS:

.main-navigation ul {
    overflow: hidden;
}

Thanks, it worked...

Nice one. No problem. :)

This archived topic is closed to new replies.