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].
I would like to know how to remove the white space from above my hero image. My site is rescuemepc.net. Thank you so much. Any help would be appreciated.
Looks like this custom css should work:
change from:
#main {
background: #fcfcfc;
padding: 35px;
}
TO THIS
#main {
background: #fcfcfc;
padding: 0px;
}