• I’m using Page Builder for the home page of my website made with i-craft theme. Inside a “Custom-html” widget I use [tx_prodscroll type=”featured_products”] and [tx_prodscroll type=”best_selling_products”]. Unfortunately, the line-height of product’s short description is too high, so the bottom part of the product’s description along with the button Add to Cart exceed the height of the widget and are hidden.

    How can I reduce the line-height in the short description in tx_prodscroll modules?
    Also, how can I increase the tx_prodscroll modules’ height? I increased the Page Builder’s widget height, but the height of tx_prodscroll’s module remains the same.

    Thank you.

    • This topic was modified 6 years, 8 months ago by AliaG.
    • This topic was modified 6 years, 8 months ago by AliaG.
    • This topic was modified 6 years, 8 months ago by AliaG.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author marsian

    (@marsian)

    Could you post the URL and a screenshot.

    the carousel height is not fixed, jquery calculates the height based on visible items

    Thread Starter AliaG

    (@aliag)

    Hi Marsian,

    thanks for your reply. Here’s the link of the website: https://bit.ly/2CyUZK2

    Thread Starter AliaG

    (@aliag)

    Hi marsian,
    have you found any clue on the problem of line height in carousel?

    Theme Author marsian

    (@marsian)

    add the following CSS in “Additional CSS” section in customizer, adjust the heights according to your requirement

    
    .entry-content .panel-layout .panel-grid .widget ul li .nxowoo-box {
    line-height: 1.2;
    }
    
    .home products.owl-carousel .owl-wrapper-outer {
    min-height : 520px;
    }
    
    Thread Starter AliaG

    (@aliag)

    Hi Masian,
    I tried your suggestion. Unfortunately, it seems it doesn’t work completely. I can change the line-height (that’s great!), but the module is still cut at the bottom. I even tried to give a higher value to the widget of Page Builder, but no luck (check out “Featured” carousel at the same link I already gave you).

    Any other solution comes to your mind?

    Thanks in advance

    Thread Starter AliaG

    (@aliag)

    Hi, any ideas on how to solve the problem?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Line height in short description’ is closed to new replies.