product title length at shop

Home Page Forums Porto | Multi-Purpose & WooCommerce Theme product title length at shop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4177

    Hello, how i change product title length at shop? At mobile device the product title doesn’t shown at full length.

    Attachments:
    You must be logged in to view attached files.
    #4184
    Aizaz Awan
    Keymaster

        Hello, @Γιώργος Κουκούσης,

        To solve your issue, Please copy and paste the below given CSS code to Appearance >> Theme Options >> Skin >> Custom CSS and check your site after removing the browser cache.

        ul.products li.product-col .woocommerce-loop-product__title {
            white-space: normal !important;
        }
        ul.product_list_widget li .product-details a, .widget ul.product_list_widget li .product-details a{
            white-space: normal !important;
        }
        

        Best Regards,
        PThemes Team.

        #4189

        Thank you.

        #4194
        Aizaz Awan
        Keymaster

            Hello, @Γιώργος Κουκούσης,

            You’re very welcome! I’m glad I could assist you effectively. If you have any more questions or need further help in the future, don’t hesitate to reach out.

            Have a great day!

            Best Regards,
            PThemes Team.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘product title length at shop’ is closed to new replies.