Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #85008
    husker
    Participant

    Where is the CSS code to correct the extra spacing around the Menu drop downs and main Menu? There is space below each page link on main menu?

    http://bayareahuskers.org/wp/

    Brian

    #85010
    husker
    Participant

    Ok I found the CSS for that issue.

    But now I can not find the CSS to change Font Size of Menu or Drop Down Menu Font? I have one menu item going to second line when in Ipad size mode.

    Brian

    #85017
    Mahesh
    Keymaster

    Hi @husker,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    @media screen and ( max-width: 1200px ) {
        .menu.catchresponsive-nav-menu li a {
            font-size: 14px;
        }
    }

    Regards,
    Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu and Child Menu’ is closed to new replies.