Hi, this is my website: click here.
In my home page I set an WooCommerce products slider:
How I can set a minimum height to have products with equal height for any devices (desktop and mobile)? Thanks.
Hey Pas7o,
Thank you for using Enfold.
As much as possible, make sure that the size of the product images are the same. You can then set the minimum height of the product title container using the following css code. Just add it in the Quick CSS field.
#top .inner_product_header {
min-height: 132px;
}
You can do the same for the product button container.
.avia_cart_buttons.single_button {
min-height: 58px;
}
Best regards,
Ismael
Thanks. These values are ok also for mobile (smartphone and tablet)?
Hi Pas7o,
https://cl.ly/49dff64a6188 Yes, the css Ismael gave you works fine on all screen sizes, unless there is a product with a very looong title :)
Best regards,
Victoria
Hi,
That is happening because of the resize.
It does not happen when you use a proper mobile to check from iPad or Mobile.
Best regards,
Basilis