• Resolved thenailpot

    (@thenailpot)


    I changed my theme to virtue for the mobile features however my products with longer products names end up going over the images… its ok when phone is landscarpe.. how do i reduce text size automaticall to fit?

    website is http://www.thenailpot.com.au

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your issue is you’ve got this code in your custom css box:

    .product_item .product_details h5 {
    height: 60px;
    }

    and it should be this:

    .product_item .product_details h5 {
    min-height: 60px;
    }

    don’t define a height for your title just set a min height.

    Kadence Themes

    Thread Starter thenailpot

    (@thenailpot)

    thank you so much! All fixed 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Products on mobile very squashed’ is closed to new replies.