Reply To: Footer Widget Title Has Moved – Possibly Since Update?

Home Forums Support Footer Widget Title Has Moved – Possibly Since Update? Reply To: Footer Widget Title Has Moved – Possibly Since Update?

Home Forums Support Footer Widget Title Has Moved – Possibly Since Update? Reply To: Footer Widget Title Has Moved – Possibly Since Update?

#163097
Tom
Lead Developer
Lead Developer

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;
}