Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1200003

    Hi!

    I did some searching and found a solution to a tab error I was having on WooCommerce product pages: https://kriesi.at/support/topic/woocommerce-3-8-product-tabs-styling-error/

    The fix worked like a charm on the desktop version of my site, but it does not work on mobile. The tabs end up still being oversized and stacked on top of each other on mobile devices.

    Could anyone please provide a fix for this for mobile devices?

    Thank you!

    #1200374

    Hey Southern Comfort,

    Could you post a link to where we can see the problem you are having please?

    Best regards,
    Rikard

    #1200552

    Yes, certainly. Below is a screenshot and a link to the problem. It’s only an issue on mobile.

    #1200762

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top div div.product .woocommerce-tabs ul.tabs li a, #top div div.product .woocommerce-tabs ul.tabs li.active a {
        padding: 9px 5px 10px 5px;
    }
    }

    Best regards,
    Rikard

    #1200989

    That worked like a charm. Thank you for your help!

    #1201138

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1201214

    You can close it. Thank you again!

    #1201464

    Hi,

    If you need additional help, please let us know here in the the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘WooCommerce Product Page Tabs’ is closed to new replies.