This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove horizontal space (Padding) in Logo (Embedded in menu)

Resolved 6 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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):

View post on imgur.com

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

6
  1. nova 10 years, 5 months ago

    Sorry, wrong image: http://i.imgur.com/Q51r9N7.jpg

  2. Andrew Misplon Staff 10 years, 5 months ago

    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.

    • nova Private 10 years, 5 months ago

      This is a private message.

  3. Andrew Misplon Staff 10 years, 5 months ago

    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.

  4. nova 10 years, 5 months ago

    Many thanks Andrew, that just worked, awesome theme and awesome support!

  5. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread