Home>Support>white row gap under menu in vantage
  1. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Bomber929

    Try adding the following to Appearance > Custom CSS:

    /* Cig Kits */
    
    .page-id-52 .entry-header { display: none; }
    

    Hope that helps.

  2. 9 years, 3 months ago bomber929

    Thanks dude I'll give it a go. Only drama is I don't have custom CSS after appearance

  3. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Apologies, that’s part of Vantage Premium. In Free you can use:

    https://wordpress.org/plugins/simple-custom-css/

  4. 9 years, 3 months ago bomber929

    Hello again Mr Mislopin. Imafraid it hasn't worked.
    [image: Inline image 1]
    [image: Inline image 2]
    [image: Inline image 3]

    if you are able to help any further that's appreciated but please don't worry if not its not a huge issue.

  5. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Bomber929

    Please try this in Custom CSS

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

    Let us know how you get on

    Magus

  6. 9 years, 3 months ago bomber929

    Thanks Magus, will do.

  7. 9 years, 3 months ago bomber929

    Magus that worked brilliantly. Ok dont hate me but how can I adapt this towork on my accessories and subsequent pages? I cant see a clear bit of code to identify the page.

    [image: Inline image 1]

  8. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Bomber929

    You will need to inspect the page to find the page ID and add a new CSS snippet using that page ID

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

    When you have the page ID you can either add a copy of the above CSS or just add the required target to the existing snippet (recommended) so your new snippet will look like this.

    .page-id-52 #main, .page-id-5 #main {
      padding-top: 0px !important;
    }
    

    I have used the page ID from your accessories page in the example above, and you can add the other pages separated by a comma.

    Let us know how you get on

    Magus

  9. 9 years, 3 months ago bomber929

    Legend thanks Magus

  10. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Bomber929

    No worries :)

    If you need any more help, please feel free to open a new support thread.

    Magus

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More