Home Forums WoodMart support forum Bigger opening of descriptions when folded and possibility of brand headers? Reply To: Bigger opening of descriptions when folded and possibility of brand headers?

#152611

Hello,

Please add this code to the Theme Settings > Custom CSS > Global to increase the height of the tab content:

body.single .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
    max-height: 450px;
}

Set any height as per your needs. Initial was 250px.

2. Create the banner in the HTML block and insert the shortcode into the Description as described here: https://xtemos.com/docs/woodmart/html-blocks-2/#cat_att_tag

Best Regards