Alignment of menu bar with logo
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,
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi 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 :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.