• Resolved cmkl

    (@cmkl)


    I am trying to get my TopNav menu to align right, over top of my main nav menu. The URL for my dev site is: https://aptpuo.jungle.ca
    Here’s a visual of my problem.
    Screen shot of how the alignment needs to change

    There doesn’t seem to be a way to position that menu, like there is for the main menu.

    I’ve tried adding float: right; to a bunch of stylesheet declarations but I can’t do it elegantly.

    I am looking for advice, suggestions.

    Pointing out glaringly obvious omissions is also acceptable.

    cmkl

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    looking at your website it seems you found a solution.
    Can you mark this topic as resolved?
    Thanks

    Thread Starter cmkl

    (@cmkl)

    There doesn’t seem to be a way to position the ‘Top Nav’ menu if the ‘Main Nav’ menu is set to ‘Horizontal’. So I added the following additional CSS, which does what I want, at least on desktop:

    ul#topbar-menu {width: auto !important;}
    div.nav__menu-wrapper {float: right}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top Nav menu align right’ is closed to new replies.