• Resolved annduong

    (@annduong)


    Hello, Im trying to figure out where and what to edit in my style.css so that the titles of my footer widgets are centered instead of left aligned. If you go to my website: http://www.vsaatuva.org and scroll to the bottom, you can see that the words “Calendar” “YouTube” and “Twitter” are not center within their respective boxes.

    Help??

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you notice the background color of widget title in mobile screen doesn’t match the one in normal screen ? And it has the same color as text color making the title not visible in mobile.

    To get the widget title in footer area align center, use this in Theme Setting’s Custom CSS.

    #footer-widget-area .widget-title { text-align: center; }

    Thread Starter annduong

    (@annduong)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Mantra] Center titles of footer widgets’ is closed to new replies.