Okay
  Public Ticket #2734870
text truncated on slider
Closed

Comments

  • SoFresh started the conversation

    pls see URL:  http://www.sofresh.my/

    The slider did not show the product description completely. The texts are truncated on right side. How to adjust  and allow full view ? 

  •  603
    WordPress replied

    Hello,

    You can add custom style css

    .arrowpress-products.layout_style_2 .product_style_2 .product-desc p {
        margin-bottom: 5px;
    }
    .arrowpress-products.layout_style_2 .product-desc {
        white-space: normal;
        max-width: 100%;
    }


  • SoFresh replied

    It works now. Thank you