Archived topic
Different Header Alignment in footer Widgets
3 replies · Started by Dave on February 9, 2021
Viewing posts 1–4 of 4
I would like to have footer widget 1 header aligned left and footer widget 3 header aligned right.
With the content in those widgets justified as well.
How do I do that for each individual footer widget?
cheers,
Dave
Hi Dave,
Try this CSS for the footer widget heading:
.footer-widgets .footer-widget-1 .widget-title {
text-align: left;
}
.footer-widgets .footer-widget-3 .widget-title {
text-align: right;
}
What do you mean by justified?
Thanks Leo. That did it.
No problem :)
This archived topic is closed to new replies.