Home › Forums › WordPress Themes – Premium › Sleeky Pro › Logo/Menu Container Height
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?
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
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.