New Landing How can we help? Atelier WooCommerce product information tabs in mobile view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #322294
    bruceburgoyne
    Member
    Post count: 13

    Hello,

    We are having a problem with the way the product tabs display on mobile view. They are stacked vertically on desktop, with the information to the right. On mobile, they are in a row, with the information below. You have to scroll across the row to select the last tab and it isn’t immediately obvious to some users.

    The URL is https://sibbons.mackdev.co.uk/product/from-snickers-hiker-non-safety-shoe-sold-gear/

    Is there a way to make these stack on mobile and not show in tabs?

    Example images attached.

    Cheers,
    Soph

    Attachments:
    You must be logged in to view attached files.
    #322572
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Soph,

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%!important;
        clear: both !important;
        display: block!important;
        margin: 0 0 0 0!important;
    }
    }
    #322581
    bruceburgoyne
    Member
    Post count: 13
    This reply has been marked as private.
    #322592
    bruceburgoyne
    Member
    Post count: 13
    This reply has been marked as private.
    #322685
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The Themeforest API takes some time to send us the info.

    -Rui

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register