Good morning
Could you please help us, we are having trouble trying to keep all product buttons on the same line. at the moment there all different levels?
See image attached
Hey mawebdesign,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Try this code in the General Styling > Quick CSS field:
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
height: 80px;
}
Here are some more tips:
Best regards,
Mike
Hi Mike
Thank you for your help, much appreciated.
Works great on the shop page :-)
How do we apply this CSS code to the home page product slider?
Mark
Hi Mark,
I checked your site but it seems your site is currently being updated. Try using this css code:
.home ul.products li.product h3 {
height: 80px;
}
Hope this helps. :)
Best regards,
Nikko
Hi Nikko
That works, thanks again for your support.
Mark
Hi Mark,
You’re welcome, glad we could help :) Thanks for using Enfold :)
Best regards,
Nikko