Hi, this may seem like the easiest thing in the world, but it’s been torturing me.
I am making product descriptions, and want to have a basic space in between paragraphs.
Only one problem, if I make a regular space in the edit page, the code doesn’t honor it. If insert a permanent line break, then I do get a space, but its WAAAAY too big.
Here is an example: https://www.bonjiglass.com/shop/apparel/t-shirts/smoking-tim-burton-parody-t-shirt/#
The waaaaay too big space is between the paragraph that ends with “fun begin!” and the header Material
What do I do?
Hey Dzimnikov,
Thank you for the inquiry.
You can try adjusting the style of the paragraph tags inside the product description container.
.woocommerce-product-details__short-description p {
margin: 0;
height: 8px;
overflow: visible;
}
Result:
Best regards,
Ismael