Remove horizontal space (Padding) in Logo (Embedded in menu)
Hello!
I tried a lot of code that i found in this forum and other sites, but nothing seems to work.
I want to reduce the white space between logo and the menu titles (red mark):
I have premium account so no problem adding custon CSS…
Any help will be much appreciated… greetings!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Sorry, wrong image: http://i.imgur.com/Q51r9N7.jpg
Hi Nova
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Thanks :)
The setup is a little more simple than it appears. The logo is left aligned, the menu is left aligned. To lessen the gap you’d need to expand the menu a bit.
At Appearance > Custom CSS you have this:
/* Horizontal padding between menu titles */ .main-navigation ul li a { padding: 20px 12px; }Change that to:
/* Horizontal padding between menu titles */ .main-navigation ul li a { padding: 20px 15px; }Adjust the 15px value as required.
Many thanks Andrew, that just worked, awesome theme and awesome support!
Super :) Glad to hear that helped.
All the best.
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.