How to center widget titles?
-
Hey guys,
I am at banishedfromtheuniverse.com
I have custom design so can use CSS. Any tips on how to center the titles on my sidebar?
Thanks very much in advance
(i have already googled and tried to find the answer) it just doesn’t seem to work.
Tried this: sidebartitle {
text-align: center;
}But no joy,
The blog I need help with is: (visible only to logged in users)
-
It looks like you already figured out the code:
h3.widget-title { text-align:center; }Basically you need to look in the HTML to find out exactly what class/id the HTML element you want to style has.
To learn more about using Custom CSS, check out the following article:
- The topic ‘How to center widget titles?’ is closed to new replies.