Woocommerce tabs full width

Dear,

On the single product page, I would like the section with the woocommerce tabs background to be difference (full width)

The section with the short description & product photo can use the default max width of the container.

How do I go about this?

BR

Hello BR,

Thanks for wiring in :slight_smile:

Can you please share URL of your website so we can see the current setup?

Thanks.

PFA a secure note

Hello There,

Thanks for providing the information.

Do you want something like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.woocommerce-tabs .x-nav-tabs,
.woocommerce div.product .woocommerce-tabs .x-tab-content {
    border-left: none;
    border-right: none;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.