Home Forums WoodMart support forum Product label size in responsive view Reply To: Product label size in responsive view

#372662

Luke Nielsen
Keymaster

Hello,

You can resize the label of the apple in mobile view with the help of the below custom CSS. Paste it to the “Custom CSS for mobile” area in Theme Settings -> Custom CSS.

.product-grid-item .label-attribute-pa_score.label-with-img img {
    width: 35px;
}

If you’re having trouble of any kind of issue, please let me know. I’ll do everything I can to help.

Kind Regards