Title: Footer
Last modified: August 21, 2016

---

# Footer

 *  [vrtnews](https://wordpress.org/support/users/vrtnews/)
 * (@vrtnews)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/)
 * I need to be able to place images in the footer without them resizing. This issue
   was fixed in the header. I need to be able to do the same in the footer. Please
   advise.
 * Thanks,
 * Brian

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [customdjdrops](https://wordpress.org/support/users/customdjdrops/)
 * (@customdjdrops)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578238)
 * Me too, I need help with this. For being a paid member of this THEME, the support
   is really bad!!!! 🙁
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578296)
 * Hi
 * vrtnews please can you post a link with the issue and I’ll take a look.
 * customdjdrops Please drop me a mail on [support@siteorigin.com](https://wordpress.org/support/topic/footer-41/support@siteorigin.com?output_format=md)
   and I’ll assist. Apologies if you’ve experienced a delay.
 * Kind regards
 * Andrew
 *  Thread Starter [vrtnews](https://wordpress.org/support/users/vrtnews/)
 * (@vrtnews)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578375)
 * [http://customdjdrops.com/](http://customdjdrops.com/)
 * above is the site. you can see an example of the banner we have just above the
   footer on the home page and an identical one I’ve placed in the footer. We need
   to be able to control the footer and drop this down at the right size, along 
   with the other banner. That way the will show up on each page.
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578394)
 * Hi vrtnews
 * The footer automatically splits into columns as widgets are added, so four widgets
   will have a width of 25% each. To change this you’ll need to specify a width 
   for each widget added. Try the following under Appearance > Custom CSS:
 * /* Footer */
    #nav_menu-2, #text-16, #text-19 { width: 20% !important; } #text-
   21 { width: 40% !important; }
 * The above CSS is specific to the widgets currently added.
 * Kind regards
 * Andrew
 *  Thread Starter [vrtnews](https://wordpress.org/support/users/vrtnews/)
 * (@vrtnews)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578415)
 * thank you. your css for [http://customdjdrops.com](http://customdjdrops.com) 
   was helpful. However, while the column proportions are altered, the resizing 
   of the pictures isn’t. Please advice.
 * Thank you, this is important!
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578416)
 *     ```
       #footer-widgets aside:nth-child(4) {
           width: 50%;
       }
       ```
   
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578419)
 * Hi vrtnews
 * Sorry for not being more clear, you’ll need to adjust #text-21 accordingly.
 *     ```
       /* Footer */
       #nav_menu-2, #text-16, #text-19 { width: 20% !important; }
       #text-21 { width: 40% !important; }
       ```
   
 * Just make your total 100%. The first line represents the width of the first three
   widgets, the last line represents the width of your last widget. So you could
   also do:
 *     ```
       /* Footer */
       #nav_menu-2, #text-16, #text-19 { width: 15% !important; }
       #text-21 { width: 55% !important; }
       ```
   
 * Thanks for posting batharoy.
 * Cheers
 * Andrew
 *  Thread Starter [vrtnews](https://wordpress.org/support/users/vrtnews/)
 * (@vrtnews)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578425)
 * that worked pretty well. However it seemed to squish the header a little.
 * Also, I need to be able to center then in the columns.
 * For a paid theme it doesn’t seem like I should have to know this much code.
 * Thanks,
 * Brian
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578428)
 * Hi Brian
 * I can’t see any header distortion on my side.
 * Centring content within the footer columns is unfortunately beyond the scope 
   of support we can offer at the moment.
 * The theme setup as is, works for the majority of our clients. Coding is challenging
   in that we have clients deploying a massive range of sites with our themes, as
   a result we attempt to write code that’s as flexible as possible. You just have
   to keep in mind that a template isn’t a bespoke design and you’ll often need 
   to choose between developing the template to your needs or adapting your content
   to the format of the template.
 * Kind regards
 * Andrew
 *  Thread Starter [vrtnews](https://wordpress.org/support/users/vrtnews/)
 * (@vrtnews)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578434)
 * Centering beyond the scope of support????
    I’m floored! Seems a pretty simple
   thing to need to do.
 * Since this theme isn’t working how about you recommend that will and that given
   our design will be able to do what we need it to do!!!
 * And scrape me up off the floor while you’re at it.
 * Brian
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/footer-41/#post-4578448)
 * Hi Brian
 * The footer has several different elements that can go in it, paragraphs, lists,
   images, all are a little different to centre. Vantage and all of our themes come
   with a set of options and features. A level of assistance can be extended with
   regards to CSS snippets, these snippets essentially customise or extend the capabilities
   of the given theme. That said we’re a small company, supporting a number of products.
   At some point support moves over into custom development, we recommend using 
   codeable.io for small WordPress related tasks. Since inception Vantage has been
   steadily developed, many of the improvements started out as ideas sent from customers
   such as yourself. If you’d like to suggest any new features you can do so here:
   [http://siteorigin.com/suggest-feature/](http://siteorigin.com/suggest-feature/).
 * Our other themes are a lot more focussed that Vantage. Blogging, video sales 
   etc. If Vantage hasn’t suited your needs it might be best if you drop me a mail
   and request a refund at this time.
 * Kind regards
 * Andrew
 *  [Wes Candela](https://wordpress.org/support/users/voicesfilmcom/)
 * (@voicesfilmcom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/footer-41/#post-4578535)
 * Hey Andrew
    I actually have a similar questions
 * VoicesFILM.com
 * If you look
    I’d like to also have my footer widgets sit full width One on top
   of the other if possible.
 * My issue is that I’ve decided to do away with the side bar completely and put
   all my widgets on the bottom
 * This is a bit of an issue though because it really only looks right on a mobile
   device or small screen (640px all widgets line up perfectly, but then on 1920px
   screen they are all bunched up in the bottom left hand corner of screen)
 * So this seems to be one of those issues where I can get it perfect for one size
   or the other but not both
 * You guys rock.
    Anything you can think of much appreciated.
 *  [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/footer-41/#post-4578536)
 * Hi Wes
 * We’ve moved all support over to our forum. Please drop us a line there and we’ll
   be with you ASAP.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Footer’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vantage/1.20.33/screenshot.jpg)
 * Vantage
 * [Support Threads](https://wordpress.org/support/theme/vantage/)
 * [Active Topics](https://wordpress.org/support/theme/vantage/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vantage/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vantage/reviews/)

 * 13 replies
 * 5 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/footer-41/#post-4578536)
 * Status: not resolved