Reply 338155 to: the variations products not responsive on mobile devices

Avatar: Rose Tyler
Rose Tyler
Support staff
November 8, 2022 at 15:04

Hello,

Thanks for the reply.
Now I can see, it is not from custom code.
To change the font-size add the next code:

@media only screen and (max-width: 992px){
    li.product h2 {
        font-size: 1.1rem;
    }
    li.product-category h2, li.product .product-taxonomies, li.product .star-rating, li.product .price {
        font-size: 1rem;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.