Main menu height

Home Forums Construction Pro/Build Forum Main menu height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166412
    MaribelMaribel
    Participant
    • Topics: 9
    • Replies: 9
    • Total: 18
    Member since: February 3, 2017

    Is there a way to make the menu slimmer. My site is www.johnxxiii.ch

    #166453
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header .header-inner .nav ul li a { padding: 30px 0 15px 35px;}
    .header .header-inner .logo { margin: 18px 0 12px 0;}

    Regards,
    Dave

    #166532
    MaribelMaribel
    Participant
    • Topics: 9
    • Replies: 9
    • Total: 18
    Member since: February 3, 2017

    I tried adding the CSS code but it prevented me to select the submenus under the primary menu. Any suggestion?

    #166560
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header .header-inner .nav ul li a { padding: 30px 0 15px 35px;}
    .header .header-inner .logo { margin: 18px 0 12px 0;}
    .header .header-inner .nav ul li:hover ul { top:inherit !important;}

    Regards,
    Dave

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