Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22182

    I am using Bold Grid theme Monument which has its primary menu on the left side of the content. Because I have a couple too many menu items, the lower items are hidden and the menu doesn’t scroll to be able to see those last items. How do I code this to fix?

    Also, it would help on that left side if I could move the menu items closer to the logo. How do I reduce the top and bottom padding around the logo?

    Thank you!

    #22184
    BoldGrid Support
    Keymaster

    You could try reducing the padding and/or font size on the menu items. Adding the following code to your custom CSS ( Customize > Advanced > Custom JS & CSS ) should help:

    .navbar-default .navbar-nav > li > a {
    padding: 5px;
    font-size: 14px;
    line-height: 1em;
    }

    #22183

    Excellent! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How Do I get the side menu in Monument Theme to 1) Scroll and 2) move up closer to logo’ is closed to new replies.