Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello. I am having a problem removing the space between the menu and the hero image. I’m using vantage. I’m kinda a newbie but im a little familiar with custom css. Please help.
Hi John,
You can change this with some custom CSS and a row setting adjustment. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
You might also need to install the SiteOrigin CSS Editor.
Then please navigate to the page that contains the hero image you wish to adjust and open it up in the editor view. Then open the row that holds the hero widget by clicking the wrench to the top right of the row. Then head over to the row styles sidebar and open the layout settings group. Set the padding to 0 and then save the page.
If space remains; Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
Thank you Alex, that did the trick.
I have another question. what if i have another page on my site called services. would i use that same code, but instead of .site-main would i use
.site-services for the css
Hi John,
No. .site-main is a standard class used on all pages so the CSS will apply to your other page without issue.
thank you