• Resolved chefbaard

    (@chefbaard)


    Hi,

    I’m trying to set up a webshop, however I’m having trouble with getting all the products the same size. This has to do with the fact that some product titles are longer and won’t fit in one line. Is there a way to make the products a static size so I can get more than a one line product title without the size changing?

    Below you can see how it currently is, and how I want it to be(I just inspected the element and changed the height of the h5 in which the title was to a fixed amount of pixels).

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @chefbaard,

    For better assistance, can you provide screenshots showing the issue on your end? For screenshots, you may use https://snipboard.io – please follow the instructions on that page, then paste the URL in this thread.

    By the way, to keep your product titles from affecting the size of your product images, you can add a custom CSS code to your site by going to Appearance > Customize > Additional CSS. Here’s an example:

    .woocommerce-loop-product__title {
    height: 50px; /* or any other value that suits your needs */
    overflow: hidden;
    }

    Additionally, please can you share a copy of the following:

    • System Status Report: Navigate to WooCommerce → Status. Select Get System Report and then Download for Support.

    You could copy and paste your reply or share it via Mozilla Community Pastebin and share the link here. This will help us investigate further and provide you with a more accurate solution.

    Looking forward to helping you.

Viewing 1 replies (of 1 total)
  • The topic ‘Product size is wrong for long product titles’ is closed to new replies.