Site logo

Archived topic

How Can I CSS Target Widget Titles on the Left Bar...

5 replies · Started by Alirio on October 25, 2020

Viewing posts 1–6 of 6

...without affecting the widget titles on the right bar?

I'm looking to left align the widget titles on the left bar and leave the widget titles on the right bar center aligned.

Thank you.

Rio

Hi,

Can you link us to the site in question so we could give you the proper CSS for it?

You can provide the site details on the Private information textarea. Thank you.

Try this CSS code:

#left-sidebar .widget .widget-title {
    text-align: left;
}

#right-sidebar .widget .widget-title {
    text-align: center;
}

Thank you, Elvin! That worked! It even helped me style something else on my right sidebar.

Thank you, Elvin! That worked! It even helped me style something else on my right sidebar.

Nice one!

No problem. Glad to be of any help. :)

This archived topic is closed to new replies.