Footer
-
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
-
Me too, I need help with this. For being a paid member of this THEME, the support is really bad!!!! ??
Hi
vrtnews please can you post a link with the issue and I’ll take a look.
customdjdrops Please drop me a mail on [email protected] and I’ll assist. Apologies if you’ve experienced a delay.
Kind regards
Andrew
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.
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
thank you. your css for https://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!
#footer-widgets aside:nth-child(4) { width: 50%; }
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
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
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
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
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: https://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
Hey Andrew
I actually have a similar questionsVoicesFILM.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.Hi Wes
We’ve moved all support over to our forum. Please drop us a line there and we’ll be with you ASAP.
- The topic ‘Footer’ is closed to new replies.