- This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Footer Width
I have been trying to get some manufacturers logo’s into the footer (in the form of an image), but I need it to be wider than one single footer widget area, as seen now at http://www.jaguarcooling.co.uk. Is there a way I can combine two widget areas to do this, or widen one?
My feeble attempt at doing this was:
.footer-widgets-1 {
margin: 0 3.3% 0 0;
width: 22.5%;
}
.footer-widgets-2 {
margin: 0 3.3% 0 0;
width: 514px;
}
.footer-widgets-3 {
margin: 0 3.3% 0 0;
width: 0px;
}
.footer-widgets-4 {
width: 22.5%;
}
But that appears to have done nothing. Any ideas?
Are you planning to only have 3 widget areas and one of them wider than the others?
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
That was just one way I thought the desired effect could be achieved, but if there are other ways to do it then I’m equally happy to do that – I just need to get that image larger.
Never mind… somehow it has happened. Maybe that code did work, but I just refreshed the page too early.
Ok, so is everything working the way you need?
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com