Site logo

[Resolved] Making navigation items smaller

Home Forums Support [Resolved] Making navigation items smaller

Home Forums Support Making navigation items smaller

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183176
    Onur Asıliskender

    Hi, thanks for the theme first of all. In my website I have too much page that nagivation menu becomes 2 line in given container width. I want to reduce item size(reduce font size, box size) so that navigation menu could be single line,without expanding the width of the container. I want to do it with custom css, but i couldn’t find related codes. If you help me, i will be very thankful.

    http://iscturkey.byethost15.com

    #183220
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    If you have GP Premium, you can reduce the font size of the menu items, and reduce the left and right padding of each item so they take up less space.

    If not, you can use CSS. However, you have a lot of menu items, so things might be a little squished:

    .main-navigation .main-nav ul li a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 13px;
    }
    #184923
    Onur Asıliskender

    It works, thanks

    #185093
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.