Hey!
I can't seem to figure out how to center the text after the icons.
Say O is an icon, the text now is shown
O_ _ _ _ _
I would like it to show like this
0- - - - -
Any help on how I could fix this would be greatly appriciated!
Hey!
I can't seem to figure out how to center the text after the icons.
Say O is an icon, the text now is shown
O_ _ _ _ _
I would like it to show like this
0- - - - -
Any help on how I could fix this would be greatly appriciated!
I think you need to use the class parameter of get_cat_icons().
In your php file :
get_cat_icons('class=myicons');
In your style.css file :
.myicons {
vertical-align: middle;
}
I almost never come here to see comments... Please use the official website :
http://www.category-icons.com
Thanks.
Ah, sorry :
get_cat_icon('class=myicons');
You must log in to post.