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?

#1449
Yazmin
Keymaster

OK so the 4 footer columns.

for each column use this CSS

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

change the 1 for either 2, 3 or 4 as appropriate.

or if you want all columns center aligned it would be

.footer {
    text-align: center;
}

but note that if you are using a plugin to generate content within the footer area, the plugin may have its own CSS styles which could determine the text alignment for the plugin content. If that is the case you would need to find the appropriate CSS class or ID for that plugin.

  • This reply was modified 7 years, 7 months ago by Yazmin.