Site logo

Archived topic

Woocomerce Product Long description

5 replies · Started by FunkyCss on November 13, 2019

Viewing posts 1–6 of 6

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

Hi there,

try this CSS:

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

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 .

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

(hided link)

Hi yeap

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);
}
This archived topic is closed to new replies.