• Hi, I would like to add an additional menu item to the menu in the top right of the site that displays the search and social icons.
    How can I do this?
    Thanks,
    Matthias

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

    (@bensibley)

    Hi Matthias,

    Tracks has a secondary menu available that displays in the top left of the site. If you want to use that menu then you can push the menu items over to the right with this CSS so that the menu items are next to the social icons and search bar:

    .top-navigation .container {
      text-align: right;
    }
    #menu-secondary {
      display: inline-block;
      float: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Additional menu item to social / search menu’ is closed to new replies.