[Resolved] Woocomerce Product Long description

Home Forums Support [Resolved] Woocomerce Product Long description

Home Forums Support Woocomerce Product Long description

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1061987
    FunkyCss

    Hi , how can i change only the width of product long description on woocomerce product pages ?

    #1062064
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .woocommerce-Tabs-panel--description {
        max-width: 400px;
    }
    #1062763
    FunkyCss

    Hey David ! How are you ?

    I want to make something like this (hided link ), also the Woocomerce tab border , if i disable the woocomerce extension is with this border .

    #1062810
    David
    Staff
    Customer Support

    Very well thanks.
    Do you have a site setup so i can take a look at the tabs?

    #1062887
    FunkyCss

    (hided link)

    Hi yeap

    #1062903
    David
    Staff
    Customer Support

    Placing a border below the tabs whilst limiting the width of the tabs is tricky, simple fix is to use an inset box shadow:

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.15);
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.