Support » Theme: Dazzling » Move Primary Navigation: Dazzling Theme

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    You have to either choose between unite and dazzling theme or combine them together but then you will have to do it on your own.

    In your case the best option is to get rid of title and then move navigation to the left.

    div.navbar-header {
        display: none;
    }
    .nav.navbar-nav {
      float: left;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Move Primary Navigation: Dazzling Theme’ is closed to new replies.