StyledThemes

Logo/Menu Container Height

Home Forums WordPress Themes – Premium Sleeky Pro Logo/Menu Container Height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50517
    Ellen
    Participant

    I’ve asked before how to increase the logo size in this theme, but this time I would like to decrease the size of the entire row containing the logo and menu. I can’t seem to find the right class or id that is controlling the height. Can you point me to the css?

    #50524
    Styled Themes
    Keymaster

    Hi Ellen,

    You can use this custom CSS to limit the header height

    
    header#sleeky_header {
        height: 70px;
    }
    

    And you would also want to adjust the menu items and logo padding accordingly to make them vertically centered:

    
    ul.navmenu > li > a {
    	padding: 0.5rem 1rem;
    }
    
    h1#sleeky_site_title {
        padding: 0.5rem 0rem;
    }
    

    regards
    Imre

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