This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #46433
     Downloady
    Participant

    Hi,

    I want tho change Main Menu Height only of my static home page and I am looking for the css commands to do so.

    What are the css commands that alter Main Menu Height (like in Theme Options > Header)?

    #46561
     Radu
    Moderator

    Hello,

    You can adjust header size from Theme Options -> Header.

    But if you need only for homepage, please post url here, am i will look for a solution for you.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #46590
     Downloady
    Participant
    This reply has been set as private.
    #46879
     Radu
    Moderator

    Hello,

    Add this code to you kleo child style.css

    COPY CODE
    
    body.page-id-816 div.kleo-main-header .navbar-collapse > ul > li > a {
        line-height: 40px !important;
    }
    body.page-id-816 div.navbar-header {
        height: 40px !important;
    }
    body.page-id-816 div.navbar-header > strong > a {
        line-height: 40px !important;
    }
    body.page-id-816 div.sticky-wrapper {
        height: 41px !important;
    }
    body.page-id-816 div#header.header-color {
        height: 42px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?