Add Footer Widget AreaMargins in Boxed Mode
Wondering about adding another Footer Widget area to the bottom of the Vantage theme. Do i need to register the area in the functions.php file or is there a simpler way to add it?
Also wondering how to adjust the margins of the outside of the theme when in “boxed” mode without messing with the responsiveness of the theme.
Thanks as always.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Kenneth
The footer widget area will break into columns as widgets are added to it, so for example, four widgets in the area will create four columns.
If you did for some reason need another area you’d need to create a child theme and register the new area in a new functions.php file contained in the child theme.
You can add margins to Vantage in boxed mode by inserting the following under Appearance > Custom CSS:
#main { margin-right: 35px; margin-left: 35px; }Adjust my figures as required.
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.