• I have creat a product tab in Home page, but I do not know how to set the product name line down to show completely (wrap text), please help me!
    as you can see the image https://photos.app.goo.gl/7MEL3VMs4196TTKT8
    Thank you so much,

    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try
    .product-title { overflow-wrap: break-word !important; }
    OR
    .product-title { word-wrap: break-word !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘How to make product name wrap text to view it all’ is closed to new replies.