Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
simple question…just need to identify the relevant code that i can’t seem to find (logo in menu)
I need to lower the menu about 10 pts. and need to know how to adjust the height of the logo on the left side as well
where do i find this code, or what do i add to the custom css?
Hi Pelsar,
Kindly place the following css at custom css section:
.main-navigation ul li a { padding: 30px 35px !important; }Cheers
yes that worked…i’m slowly getting the hang of this (this is my first WP site).
but we’re not done: to reduce the height of the submenus and put a white line separating those sub menus
This is a private message.
Give this a try under Appearance > Custom CSS, adjust as required:
/* Vantage Drop Down Menu Padding - Vertical */ .main-navigation ul ul li a { border-bottom: 1px solid #fff; padding-top: 20px; padding-bottom: 20px; }Should do the trick.