Hello,
I installed a verified plugin from Woocomerce to display the product’s short description.
How can I have the same line spacing as the rest of my website?
Here’s a link where I added just one description and is easy to see the huge line spacing.
I wish I could add CSS into the quick CSS code in the Enfold template.
https://fr.akhurst.com/shop/woodworking-machinery/strength-grading/
Thank You!
Hey Akhurst,
Thank you for the link to your site, the line-height was 28px, so try this code in the General Styling ▸ Quick CSS field to change t to 14px:
.template-shop li.product-type-simple {
line-height: 14px;
}
feel free to adjust to suit, after applying the css, please clear your browser cache and check.i
Best regards,
Mike
This is great!
Any chance where I can also adjust the space between the product title and the description?
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.product_detail {
margin-top: 10px;
}
Best regards,
Yigit
Thank YOU!
It’s perfect !!!
Hi akhurst_machinery,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko