white space under the main navigation
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)
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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; }Thank you, it works..
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.