Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1490084

    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?

    #1490096

    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:

    Screenshot-2025-10-13-at-2-00-34-PM

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.