fbpx
Enjoy Year-End Sale: 50% Off All Plugins! Coupon Code: NewYear2025

issues to adapt to mobile

Adnan Suara

When the mobile web is opened, the content of the variations is out of square, the letter goes out of the box

like this.

Captura10000.PNG

I have already tried modifying it with css without result

Please, help with this.

Regards

Tanvirul Haque

Hello Adnan Suara,

Please put the following CSS code inside your theme customizer additional CSS section and let me know is it resolved you issue or not:

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
height: auto;
}

Thanks