How can I make the images on the 'List' item bigger?

Here's the link to the page I'm referring to. Is there any way to make those logos larger? 

Comments

  • Hi,
    it is not set to 80 px, change the values in the custom css to fit your needs
    .list_item .list_left {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    }
    #Content .list_item .list_left img {
    max-width: 80px!important;
    max-height: 80px!important;
    }
Sign In or Register to comment.