• On the product page, if there is a product – which has a longer name, it comes out larger – on the product page
    I am looking to know if there is a way to make all the products large enough so that even if the name is longer, they will all be the same size.
    Thanks

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    I didn’t see the issue on your site as you mentioned. There is some alignment issue which can be fixed easily by decreasing the number of column for the product.

    Thread Starter moshe

    (@moshe1111)

    ????
    Maybe I did not explain myself well enough.
    However, I would be happy to have more instructions, or another explanation, on how to create your solution.

    Thread Starter moshe

    (@moshe1111)

    The problem is not resolved by reducing columns.

    Can you share a screenshot of the issue? Because I’m seeing some alignment issue which should be easily fixed by reducing the number of columns.

    Thread Starter moshe

    (@moshe1111)

    [IMG]https://www.interload.co.il/upload/3818881.png[/IMG]

    Thread Starter moshe

    (@moshe1111)

    Add the below code to the Customize > Custom CSS section to fix it. Clear cache to view the changes.

    .woocommerce ul.products li.product .woocommerce-LoopProduct-link h2 {
        line-height: 2.5ex;
        height: 7.5ex;
        overflow: hidden;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘On the product page, each product is a different size than the other products’ is closed to new replies.