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.

how to remove space between upper menue bar and first row

10 years ago · Last reply by Peter Wiblishauser 10 years ago

hi,
i use vantage premium with page builder
is there a way to remove

(1) the space between the upper menuebar and the first row (page builder) and
(2) between the footer and the last row (page builder)?

i have a picture, that i want to be placed immediately under the upper menue bar. Now there is a space inbetween with the color of the general background of the theme.

above the footer i have a row with dark background, but between this row and the footer there is stll a space with the color of the general background.

thanks for help

Peter

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

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Greg Priday Staff 10 years, 2 months ago

    Hi Peter

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .page-id-2047 #main {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    You’d just replace the 2047 value with whatever the ID of your page is. Here’s a fairly comprehensive guide to finding that: http://quadroideas.com/find-page-id-wordpress/.

    You might also need to install the SiteOrigin CSS Editor.

  2. Peter Wiblishauser 10 years, 2 months ago

    Hi Greg,
    thanks so much! It works fine :-)
    CU Peter

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