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 was too much space underneath the menu on all pages of my website.
I’ve managed to reduce this spacing on the homepage by adding to the Custom CSS:
.home #main {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
Link: http://rossgardens.co.uk/wp/?page_id=37
Please could you kindly let me know how to reduce the space on all other pages?
Many thanks
Ross
HI,
Just remove “.home” from your custom CSS code you have already entered, leave the rest as is.
Magic – thanks Chis!
Worked great.
Cheers
Ross
Hi Ross,
Glad to help! Thanks for letting us know it worked out.
Chris
Thanks for helping out Chris. Much appreciated :)
This worked for me. However, how do you apply just to a specific page, not all of them or not just the main. Thanks for your help.