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.

Add Footer Widget AreaMargins in Boxed Mode

11 years ago · Last reply by Andrew Misplon 11 years ago

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

1
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi 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.

Have a different question or issue?

Start New Thread