Site logo

Archived topic

how can I do if I want to center sidebar title

1 reply · Started by Arif on May 8, 2021

Viewing posts 1–2 of 2

how can I do if I want to center sidebar title

Hi there,

add this CSS to your site:

.sidebar .widget-title {
    text-align: center;
}
This archived topic is closed to new replies.