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].
I would like my footer in Vantage to go all the way across my page. Can I do this with CSS or do I need to augment my footer.php file?
Hi Jason
Thanks for running Vantage.
If you’re using the full width layout and want a 100% width footer widget area, this can be achieved by adding the following to Appearance > Custom CSS:
/* Vantage Full Width Layout With Full Width Footer Widget Content Area */ body.responsive.layout-full #page-wrapper #colophon .full-container { margin-left: auto; margin-right: auto; max-width: 1080px; }