Hey guys, wondering if you can help me reduce the white space between my logo and menu items? The link is in the private content.
Just looking to scrunch the height so that the menu items are closer to the logo that kind of overlays into the menu area.
Hey Jamie,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 160px;
}
#top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
height: 130px;
line-height: 100px;
}
If that doesn’t work try adding !important just before the ; (semi-colons). Let us know if it helps :)
Best regards,
Nikko
Hey Nikko, thanks for the reply. Unfortunately, that did not work for me, even with the !important.
I’m taking over the site for someone else and I went through their custom CSS and didn’t notice anything that would clash with what you sent me, so I’m kind of at a standstill for trying to figure this out. Any other advice?
Hi,
Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Also, please post WP admin logins here privately if you do not mind so we can check if there are any errors in your custom CSS code
Best regards,
Yigit