New Landing How can we help? Atelier Make 'Additional Information' tabs horizontal instead of stacked

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #280702
    nelga
    Member
    Post count: 31

    Hello!

    Just a quick formattting question. Is it possible to make the additional information tabs on the product page horizontal (side by side) rather than stacked as per the default? Couldn’t seem to find any options for this.

    Attached a couple of pics to help demonstrate.

    Cheers,
    Glen

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

    This is not possible out the box, you’d need to modify the CSS by adding this to your Theme Options => Custom CSS

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0 30px -2px 0!important;
        border: 0;
        width: initial;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        max-width: inherit;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
       width: 100%;
       border-left: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        border-bottom: 2px solid #e3e3e3;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after { 
    display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 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