Home Forums Exoplanet Pro Any way to align item in the footer widget areas horizontally? Reply To: Any way to align item in the footer widget areas horizontally?

#1447
Yazmin
Keymaster

Ha! 🙂 You say the title says all but not too sure exactly what you mean.

If it is what I think it might be, try this Additional CSS:

.footer {
    width: 30.33333%;
}

.footer.footer2 {
    text-align: center;
}

.footer.footer3 {
    text-align: right;
}