Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Saguaros Moderator
    #1076069

    Hi,

    You can add some css to the file: root/templates/ja_smallbiz/css/custom.css (create this file if it doesn’t exist) to align it to the right:

    @media (min-width: 1200px) {
    .t3-mainnav.navbar-default .navbar-nav {
        margin-left: 90px;
    }
    }

    or change to the value which suits your need.

    timpennington Friend
    #1076191

    Thanks!

    Saguaros Moderator
    #1076204

    You’re welcome!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 6 years, 5 months ago.

The topic ‘Aligning Menu Right’ is closed to new replies.