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].
Is it possible you can support me with a CSS there can increase / decrease the gab
 at to and botton in boxed layout.
This CSS is only decrease the gab ( but I want to increase the top 50 px )) maybe more depending
 on the customer request !
/* Page Wrapper */
#page-wrapper {
 padding-top: 0 !important;
 }
 #colophon {
 margin-bottom: 0 !important;
 }
I have try to change the 0 setting to 100, but it do not work ?
Looking forward to your help !


Give this a try:
/* Container */ #page-wrapper { padding-top: 100px; } #colophon { margin-bottom: 100px;}Super support, thanks Andrew !
No problem.