Archived topic
Footer Widget Title Has Moved - Possibly Since Update?
3 replies · Started by Mary Pearson on January 3, 2016
I have not worked on my website at https://plantbest.com for a few months. I just went in to check the menus since I am having an issue with another website and notice that the footer widget 3 title has moved to the left. It should be right-aligned, and was when I last worked on the site.
I'm wondering if an update may have changed it. Can't figure out why it would no longer be right-aligned. Could you please check it.
Many thanks!
I'm not seeing any CSS that would make it right aligned.
Wouldn't be an update issue, as it's not a feature in the core theme - it's custom.
This should do it:
.footer-widget-3 .widget-title {
text-align: right;
}
Thank you so much Tom. All fixed!
No problem :) Glad I could help
