This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Olga Barlow
I have one last formatting questions on the Short Product Description that shows up on both the Shop Page and Single Product Page. You gave me the css to change font size and reduce the line height. But this for some reason does not change the spacing between 2 lines of text when I use the <p> command so that spacing after the <p> now looks too much relative to the reduced line spacing elsewhere. One last css code?
https://exteriorcoatings.com/brand/astc-polymers/
Thanks.
Hello,
Try to use this code:
.product-information p, .product-info-wrapper p, .product-summary-center p, .woocommerce-tabs p {
margin-bottom: 0;
}
Regards
🙁 That did not change line spacing after the <p> on the Short Product Description either on the Single Product Page or Shop Page.
It DID however help in reducing line spacing after the <p> on the Single Product Page not including the Short Product Description :).
Hello,
Could you, please, provide screenshot of the areas where you want to remove space below the text. Because every p, every heading and every ul have margins and we need to understand what exactly you want to change.
Regards
You must be logged in to reply to this topic.Log in/Sign up