Site logo

Archived topic

Align Woocommerce Description and Reviews Box to Center and add border

7 replies · Started by GeneratePressUser on October 13, 2021

Viewing posts 1–8 of 8

Hello,

Pls can you check the link and image provided in the private box, how can we get that?

Hi there,

Try this CSS:

.woocommerce div.product .woocommerce-tabs ul.tabs {
    justify-content: center;
    margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Hey Leo,

Ok the tabs are in center, but the border is coming separate.

Hey Leo,

Thanks, btw u too find the code area using inspect element?

Of course :)

Ok thanks

No problem :)

This archived topic is closed to new replies.