Increase / decrease the gap at top and bottom in boxed layout
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 !
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Give this a try:
/* Container */ #page-wrapper { padding-top: 100px; } #colophon { margin-bottom: 100px;}Super support, thanks Andrew !
No problem.
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.