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 learn how to completely remove the top/bottom padding on any other page that isnt the main page.
Ok by lucky guessing I found that the code below in css will delete all padding on all pages. But how I do I get it to link to one page in specific that isn’t ”.home”?
/*Padding Main */
#main {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Hi Remy
If it’s the page you tried to link us to in your question (that’s a “logged in” URL so we can’t view it), you could try:
Hope that helps.
Thanks Andrew! :-)
For sure :) Glad to hear that helped.
All the best.