Home New Guten Forums WoodMart support forum Why their is a gap after images in product description ?

Why their is a gap after images in product description ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #664192

    asadujjamanhira03
    Participant

    i remove all gaps in product page in the first screen shot but its not happening.

    Attachments:
    You must be logged in to view attached files.
    #664226

    Hello,

    Can you please share the product page URL where the issue persists along with the login details, so I can further check on your site and give you a possible solution.

    Best Regards,

    #664457

    asadujjamanhira03
    Participant

    https://eclubbd.com/product/anker-zolo-140w-charger/

    gaps after image in description.

    #664626

    Hello,

    The small gap you’re seeing between images is likely caused by default paragraph or image spacing added by the editor. Please try switching the block view to “Text” or “Code” and wrap all images inside a single <div> without <p> tags — that should remove the gap: https://ibb.co/fz2VcnXW

    Alternatively, try to use this custom css code in theme settings > custom css and check how it works

    .single-product .product img {
      margin-bottom: 0 !important;
      margin-top: 0 !important;
    }

    Best Regards,

Viewing 4 posts - 1 through 4 (of 4 total)