grandezza menù

Home Forums Iconic One Pro Support grandezza menù

This topic contains 6 replies, has 3 voices, and was last updated by  enikos 6 years, 8 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3753

    andreamazzo
    Participant

    Good morning,

    I would like to enlarge the menu bar and reduce the space in the picture above.

    thank you

    #3755

    You do not have permission to view this content.

    #3762

    andreamazzo
    Participant

    thanks, size is affixed, but remains much space between menu and logo

    see here
    http://depuratorefacile.com/

    #3763

    You do not have permission to view this content.

    #4977

    enikos
    Participant

    Hi,

    When I use this custom CSS, it only change the main menu font, how about changing the font size of the sub-menu font.

    .themonic-nav li a {
    font-size: 14px;
    line-height: 4.5;
    }
    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
    font-size: 0;
    }

    Please see the sub-menu become so tiny in size. http://www.kuncirumahku.com

    how do I adjust this?

    Thanks in advance

    #4978

    Try this in custom css for sub menu font size

    
    @media screen and (min-width: 767px) {
    .themonic-nav li ul li a {
    font-size: 18px;
    }
    }
    #4979

    enikos
    Participant

    Thanks it works wonders.

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

You must be logged in to reply to this topic.