footer padding
hello I would like to find out how to change the height of the footer. Thank you! regus
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.
hello I would like to find out how to change the height of the footer. Thank you! regus
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
1Hi Pampa
The footer fills the available space on a given page. If you want to force the footer down the page my only fix is to set a minimum height for the content container. Insert the following under Appearance > Custom CSS:
/* Main Container */ #main { min-height: 500px; }To adjust the padding within the footer container you can use the following:
/* Footer Padding */ colophon { margin-bottom: 20px !important; padding: 30px !important; }All of the CSS above can be adjusted to suit your needs.
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.