Forums
Forums / Theme: Travelify / Footer Widget width full screen?
(@beckswade)
11 years, 8 months ago
I only want one widget to displayed in the footer area. However, I would like it to stretch across the full width of the page.
At the moment it’s condensed over to the right.
How can I change this please?
(@silkalns)
11 years, 7 months ago
Add this code to Theme Options – Other – Custom CSS and you are ready to go. This will make first widget in the footer full width.
.col-3:first-child { width: 100%; }
The topic ‘Footer Widget width full screen?’ is closed to new replies.