How to resize the page title
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
3Hi 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.
Awesome, works like a dream!!
Thanks:)
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.