[Resolved] How Can I hide scroll bar?

Home Forums Support [Resolved] How Can I hide scroll bar?

Home Forums Support How Can I hide scroll bar?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1515385
    Daniel

    Hello

    How can I hide the horizontal scroll bar on the main menu? https://prnt.sc/vc7ggm

    My Website: https://www.memescout.com/

    Thanks!

    #1515404
    Elvin
    Staff
    Customer Support

    Hi,

    Your menu overflow causes the horizontal scroll to appear.

    To address this, try adding this CSS:

    .main-navigation ul {
        overflow: hidden;
    }
    #1515406
    Daniel

    Thanks, it worked…

    #1515410
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.