Alignment messed up on sidebar and footer

Hi. I haven’t done anything on the Global CSS and suddenly the headings on my sidebar and footer are suddenly aligned centre when it was previously aligned left. What’s going on, and how do I fix this?

Link: https://www.juanajaafar.net/2018/03/bila-ruang-menyempit-perempuan-patut-bangkit/

Hi there,

There is this block of code in the Global CSS that is centering the widget titles:

.h-widget {
    text-align: center;
}

Kindly find it in the Global CSS and remove it or set it to left.

Hope this helps.

Oh gosh! Thanx for this. I’ve removed it.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.