Viewing 1 replies (of 1 total)
  • If you use a child theme just add this to the style.css

    .navbar-nav{
      float:right;
    }

    If you are working off the original, find this in the style.css

    .navbar-nav{
      float:left;
    }

    and change it to

    .navbar-nav{
      float:right;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘change navbar position’ is closed to new replies.