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].
Hi there,
I’m trying to remove the padding on top of the homepage hero slider on a site I’m building, to no avail. I’ve already set the top padding of the widget and the row to 0, is there a code I could use instead? Link to site below:
http://www.workshopsforwomen.co.uk/
Thanks!
Hiya, would it be possible to get an answer to the above? It would really help me out :)
Hi PSBakh,
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS.
.home .site-content, .home .container { padding-top: 0 !important; }You might also need to install the SiteOrigin CSS Editor.
Hi Alex! That works marvellously – thanks :)