- This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Footer Column Alignment’ is closed to new replies.
Hi there,
I’m using Exoplanet theme and I’d like to have a 3 column footer on my site but instead of spreading evenly across the footer they just take up the first 3 columns and leave the 4th blank – is there anyway to make the 3 columns align evenly across the page?
Many thanks
V
Add this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
@media screen and (min-width: 769px) {
.footer {
width: 30%;
}
}
Please note the width is 30% not 33% as might be expected. This is to allow for spacing between the columns.
Perfect that’s worked thank you 🙂