Okay
  Public Ticket #1714577
Problem display text on page product
Closed

Comments

  • Chiara started the conversation

    Hi,

    I found a problem in the display of text in the pages of individual products. The text is not displayed in full and if you change the browser using firefox it is cut into a directory (file attached 1). 

    For example this is the text that I have insert in one product:

    Cuffia-Berretto Double Face

    Berretto per donna double face, (lunghezza 24 cm, larghezza 25 cm)

    Colorazione disponibile: 714943 + 714982
    Filato 30% cashmere e 70% lana merinos extrafine.
    Con lavorazione rasata e possibile risvolto in contrasto.
    Possibilità di scegliere vari abbinamenti colori.

    And I display this: https://www.marcofesta.com/negozio/cuffie-e-berretti/cuffia-berretto-double-face/

    How can I solve?

  •  476
    Charmy replied

    Good morning,

    You can help me add this code into file style.css of childtheme to solve this issue.

    .summary .woocommerce-product-details__short-description p{
        height: auto !important;
    }
    

    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert

  • Chiara replied

    Hi,

    Thanks. Now it displays correctly.

    I have another question: in the product page, the images of the gallery are repeated (the one set as main image is seen 2 times). If I change the display of the number of images in the gallery in the template options and I bring it to 1, they still see 3.

    I would like to see the main and 1 gallery image.

    How can I do?

  •  476
    Charmy replied

    Hi,

    You can help me change it on our code. Please go to assets > js > custom.js and change the index http://prntscr.com/kw0x44

    Thanks


    Best regards,

    Charmy  - ThemeFTC technical expert