• Hello,
    Is it possible that the size of the products (Oceanwp+woocommerce) are always identical (when selecting a category). Because depending on the length of the title the “height” is different. And it’s not very aesthetic. Eg :always 7,87 pouces.

    Thanks for your help

    • This topic was modified 5 years, 2 months ago by Jan Dembowski.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Archinformatique

    (@archinformatique)

    sorry : eg 3.87 pouces

    Hello,

    Can you link to the site so that I can check it? Do you want to change the image size? If yes, then go to Customize > Woocommerce > Product Image section and change the image size.

    Thread Starter Archinformatique

    (@archinformatique)

    Hello,

    Thank you for your quick response

    If you can look at this site (www.greenweez.com/douche-et-bain-c44). It’s not my site, it’s an example. You will see that all presentations have the same height. This is not the case on a site with wpocean or woocommerce. It depends essentially on the size of the product title. Perhaps it is possible to do this with css or javascript. Something that would indicate a height of 8 inch fixed (for example) whatever the length of the title
    . If you can tell me how to do it, would be great !

    Best regards

    • This reply was modified 5 years, 2 months ago by Jan Dembowski.

    Without seeing your site it is not difficult to give the correct solution. Can you share your site link?

    Thread Starter Archinformatique

    (@archinformatique)

    URL in first post.

    Try adding the below code to the Customize > Custom CSS section to fix it –

    .woocommerce ul.products li.product .title {
        line-height: 2.5ex;
        height: 8ex;
        overflow: hidden;
    }
    Thread Starter Archinformatique

    (@archinformatique)

    Many Thanks

    It work like a charme

    Maybe this code will be included in the next version

    Have a good day

    You’re welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Product Presentation’ is closed to new replies.