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].
Hello ,
We are new to WordPress and this is our first website in WordPress.
We are trying to align Menu bar with our Logo. As it is at top of the navigation bar
So is there any way to fix this ?
Thanks in advance,
Hi Sergedicapi
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
.main-navigation ul li a { padding: 50px 35px; } .main-navigation ul ul li a { padding: 20px 35px; }thanks but space between my menu and sub menu is too large.
any issue?
The second rule represents the drop downs.
.main-navigation ul ul li a { padding: 20px 35px; }20px represents top and bottom, change as required :)
ok cool thanks “super ça marche merci”
For sure :)