Image Clipping off

Rich

Active member
Licensed customer
Can you please help me , what template can I fix my icons from clipping off the top?
2010-10-16_22.02.30.webp
 
Admin CP -> Appearance -> Templates -> node_list.css

Adjust the dimensions to accommodate your image:

Code:
.node .nodeIcon
{
    float: left;
    width: 36px;
    height: 36px;
    margin: 10px 0 10px 10px;

    background: transparent none no-repeat center center;
}
 
Admin CP -> Appearance -> Templates -> node_list.css

Adjust the dimensions to accommodate your image:

Code:
.node .nodeIcon
{
    float: left;
    width: 36px;
    height: 36px;
    margin: 10px 0 10px 10px;

    background: transparent none no-repeat center center;
}

Excellent, thanks
 
Back
Top Bottom