Home Forums WoodMart support forum Width of content in tabs

Width of content in tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #161058

    Peter Laursen
    Participant

    Hi guys,

    I have my shop on “content full width” – but I would like to make content inside tabs less than 100% width. Maybe around 80%.

    Can you give me CSS to change width of tabs content?

    Best regards,
    Peter

    #161095

    Hello,

    There is no option in theme settings to make the layout as 80% for the product page tabs content.

    But you can try the below CSS code at your own risk in theme settings >> custom CSS >> global custom CSS area. Because this CSS might effects some other layouts.

    .woocommerce-Tabs-panel{
    width:80%;
    }

    Best Regards.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)