Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kayz Friend
    #188135

    Hi I have spent a day trying to change the menu font size for this template. I have some extra menus and they’re going onto the second line.

    I have ‘Optimize CSS’ as off, I have tried everything to reduce the size of the menu font size to no avail.

    I have tried

    >templates/ja_mitius/css/megamenu.css
    >templates/ja_mitius/css/template.css

    and a few other places with no luck, please if somebody can kindly help.

    Cheers

    pavit Moderator
    #495446

    Hi

    Try here /templates/ja_mitius/css/template.css around line 1125

    .ja-mainnav .navbar .nav > li > a {
    border-top: 0;
    border-right: solid 1px #e5e5e5
    font-size: 14px; <-----Change value here
    font-family: 'novecento_wide_lightbold', sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    padding: 15px 20px;
    }

    kayz Friend
    #495558

    I could have sworn I edited those and it did not work.

    But now after attempting it again it has worked.

    Many Thanks

    Richard A Friend
    #497480

    The default padding is a generous size, you can reduce the ‘right/left’ padding figure instead or as well to allow more menus if required and also keep the remaining space at each end of the menu bar in balance:

    Try this in the template custom css:

    .ja-mainnav .navbar .nav > li > a {
    font-size: 13px;
    padding: 15px 15px;
    }

    The font size is only slightly reduced but the is a lot of additional space for extra menus.

    You can adjust the font and/or padding figures until you get the visual display you need.

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

This topic contains 4 replies, has 3 voices, and was last updated by  Richard A 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum