• Resolved froggy34280

    (@froggy34280)


    Hi there,

    I created a dropdown menu and I would like the child menu items to be displayed on the right side unstead of the left side.

    any idea what i could do?

    • This topic was modified 6 years, 12 months ago by froggy34280.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Tracks!

    You can add this CSS to your site to make the third tier menus sit to the right side instead of the left:

    @media all and (min-width: 50em) {
    	
      .menu-unset > ul ul ul, .menu-primary-items ul ul {
        right: auto;
        left: 100%;
      }
    }

    Please copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter froggy34280

    (@froggy34280)

    it works!!! thanks a lot for your help

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown menu child items displayed on the right side’ is closed to new replies.