[Resolved] Woocomerce product attribute mobile responsive

Home Forums Support [Resolved] Woocomerce product attribute mobile responsive

Home Forums Support Woocomerce product attribute mobile responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #701665
    Csaba

    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

    #701751
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #701854
    Csaba

    Dear Tom!

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

    #702370
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! You too ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.