How can I make popular category icons larger?

This topic contains 2 replies, has 2 voices, and was last updated by  Joshua Dobbs 6 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #408849

    Joshua Dobbs
    Expired Member
    Post count: 90

    The popular category icons have the following inline style applied

    height:20px;vertical-align:middle;

    Is there a setting somewhere so that I can increase the height?

    #408866

    Alex Rollin
    Moderator
    Post count: 27815
    #408877

    Joshua Dobbs
    Expired Member
    Post count: 90

    Thanks. I figured it out. problem was I was not targeting the correct element.

    This worked for me:

    
    
    #popular_post_category-3 img{
    	 	 min-height: 35px !important;
    		 min-width: 35px !important;
    } 
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket