Archived topic
How Can I hide scroll bar?
3 replies · Started by Daniel on November 2, 2020
Viewing posts 1–4 of 4
Hello
How can I hide the horizontal scroll bar on the main menu? https://prnt.sc/vc7ggm
My Website: https://www.memescout.com/
Thanks!
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.