Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemesMatic

    (@themesmatic)

    if you mean align all top level menu items to the right, you would add this to your style.css file (which overides bootstrap css):

    .navbar-header {
        float: right;
    }

    Any other issues let me know ??

    Theme Author ThemesMatic

    (@themesmatic)

    anything else let me know ??

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