• Hello

    I would like my top menu to be in the center of the page (horizontally). How do I do this? Right now it’s mostly to the left, and I cannot find any setting to change this. Also if I could remove the arrow to the right that would be great!

    Best regards

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @mellowinkxx

    To align your top menu in the center of the page, go to Appearance → Customize → Additional CSS and enter the following code:

    ul#top-menu {
      text-align: center;
    }

    This will help you to centralize your top menu.

    And to remove the arrow add below css code.

    a.menu-scroll-down {
      display: none !important;
    }

    Let me know if that does it.
    Thanx.

    Thread Starter Anne Sofie Vork Nielsen

    (@mellowinkxx)

    Thank you so much! I looks perfect now!

    Thanks again and best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu center alignment’ is closed to new replies.