[Resolved] Footer Widget Title Has Moved – Possibly Since Update?

Home Forums Support [Resolved] Footer Widget Title Has Moved – Possibly Since Update?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163063
    Mary Pearson

    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!

    #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;
    }
    #163110
    Mary Pearson

    Thank you so much Tom. All fixed!

    #163188
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂 Glad I could help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.