Home Forums Basel support forum Product description

Product description

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

    MattiaGas
    Participant

    Hello, please refer to product description, I can’t display the entire description on desktop while I see it on mobile for example. Can you help me? How can I display the total lines of product description on desktop? Thanks, Mattia.

    #2299

    Artem Temos
    Keymaster

    Hello,

    We have limited height for the description text on “Fixed image” product layout. To remove this limitation please add the following code snippet into Theme Settings -> Custom CSS

    .product-design-sticky .entry-summary div[itemprop=description] {
        max-height: 100%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)