• Hi,

    Not sure if you could help, but my top menu, on the 3rd tier (services -> Web hosting -> the menu below go to the left. Is it possible to change to go to the right?

    How would i do it?

    Kind Regards

    Glenn

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello go-systems,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    @media only screen and (min-width: 960px) {
      .main-navigation ul ul li:hover > ul {
        left: 100%;
      }
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu going to left`’ is closed to new replies.