Site logo

Archived topic

Woocomerce product attribute mobile responsive

3 replies · Started by Csaba on October 15, 2018

Viewing posts 1–4 of 4

Dear Support!

I'm looking for a solution to the following problem!
There is a product with 3 attribute, dropdown menu.
But in mobile view is it out of the screen.
Is that any CSS for this?
Or there is an option in GPP?
Thank you so much!

https://imgur.com/2CabOIf
https://imgur.com/nkicU7w

Hi there,

You could try forcing the columns to full width on mobile:

@media (max-width: 768px) {
    .variations td {
        width: 100%;
        display: block;
        clear: both;
    }
}

Let me know :)

Dear Tom!

Works perfectly!
Thank you so much!
Have a great day!

You're welcome! You too :)

This archived topic is closed to new replies.