Remove margin under the tag within a column item

edited November 2015 in Files & images
Hello,

I'm getting a margin under the <img> tag in my page, the image is inside a column item. I've tried several times looking for the style that is causing that small gap, inside the element inspector and nothing seems to be there.


Please help!

Comments

  • Hi,

    it's due to css fault. So or you will wrap those image shortcodes with another with where line height is 0 or you must use our Muffin Builder's Image item. If you prefer to wrap into another div, then it should look as below:
    <div class="line-height: 0;">
    <img ... />
    </div>
Sign In or Register to comment.