Remove Page Padding
I would like to learn how to completely remove the top/bottom padding on any other page that isnt the main page.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
I would like to learn how to completely remove the top/bottom padding on any other page that isnt the main page.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
4Ok 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:
.page-id-359 #main { padding-top: 0; padding-bottom: 0; }Hope that helps.
Thanks Andrew! :-)
For sure :) Glad to hear that helped.
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.