Menu Bar CSS Customization

  • Unknown's avatar

    Hello, I am using the Triton Lite theme and i would like to know if there’s a snippet for the following.

    Is there a way to extend my menu bar, lets say I try to add more categories into the menu bar (currently have 5 into the menu) and after adding more of those added categories, they go below the regular 5 categories. Is there a snippet to make all the categories be on the same alignment? possibly extending it to the left and right.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,
    You can try extending the size of your menu container with the following CSS:

    .container {
    display: block;
    margin: 0 auto;
    width: 1200px;
    }

    I hope this helps.

  • The topic ‘Menu Bar CSS Customization’ is closed to new replies.