Forums

[Plugin: Category Icons] Center text after icons/images (3 posts)

  1. murra
    Member
    Posted 6 months ago #

    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!

  2. submarine
    Member
    Posted 5 months ago #

    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.

  3. submarine
    Member
    Posted 3 months ago #

    Ah, sorry :

    get_cat_icon('class=myicons');

Reply

You must log in to post.

About this Topic