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 resize the page title

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

Hi there,

I’m running Vantage Premium and must say: Great job on this theme. Even for a website-building-newbie
like me:)

Now my question:

After I managed to get rid of the page title below the menu bar, it leaves a white row between the menu bar and the next row I put in with PageBuilder.

Is there a way to resize that gap to a height of lets say 4px?

Can I do that in Custom CSS or do I have to create a child theme? Try to avoid the child theme thing because I can’t get my head around that and I don’t want to ruin my work I put in so far (probably silly, but couldn’t get it to work)

Thanks a lot an keep up the good work!!
Seb

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi Seb

    Thanks for your support.

    For all things CSS related we usually don’t need a child theme.

    If we’re talking about the menu to main container gap then chances are what you need under Appearance > Custom CSS is this:

    /* Main Container */
    #main { 
    padding-top: 0;
    }

    Or if you want that just for the home page:

    /* Home */
    .home #main { 
    padding-top: 0;
    }

    If this doesn’t help please send through a link to the page concerned. You can always use the private reply checkbox for that.

  2. Sebastian Elter 10 years, 10 months ago

    Awesome, works like a dream!!
    Thanks:)

  3. Andrew Misplon Staff 10 years, 10 months ago

    Super, glad to hear that did the trick :)

    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