Okay
  Public Ticket #2282350
Where can i adjust text so it's fully visible on All devices
Closed

Comments

  •  1
    Olivier LECA started the conversation

    Hello Team Arrow :)

    Here is a short video showing the issue that i encounter when displaying product descriptions which get cut for Tablet and Smartphones : 
    https://screencast-o-matic.com/watch/cYVtlhwcD9

    Thanks by advance for your help, 

    Olivier

  •  1
    Olivier LECA replied

    I noticed that it even on one page the top product description text is weirdly cut 

    (see attached picture) 

  •  608
    WordPress replied

    Hello,

    You can go to Appearance -> Customize -> Advanced -> Add Custom Css 

    .product-list .product-desc .desc {
    max-height: 100%;
    }