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.

white space under the main navigation

Resolved 3 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I tried to fix the white space under the main navigation, i checked the CSS but i couldn’t found.

When i add a slider is the white space gone, but if i add a image or set a background is the white space visible.

Is it possible to hide this?

with white space: http://abfeco.nl/wordpress/?page_id=38
without it: http://abfeco.nl/wordpress/ (< on this page i used a slider)

URL: http://abfeco.nl/wordpress/?page_id=36

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hi mehmet

    Try adding the following to Appearance > Custom CSS (Vantage Premium) or your own Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS:

    #main {
    padding-top: 0;
    }

    If you’d like to apply that only to your home page, use this:

    .home #main {
    padding-top: 0;
    }
  2. mehmet yavuz 11 years, 1 month ago

    Thank you, it works..

  3. Andrew Misplon Staff 11 years, 1 month ago

    Super, glad that helps.

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