简体   繁体   中英

image border is larger than image height bigcartel css html

I have created a website using bigcartel and I am currently struggling with some of the images.

You can see on the page that the image in the main content area does not fill the border completely. There are a couple of pixels missing at the bottom. I have not long been using bigcartel and so it may be due to my misunderstanding their existing formatting.

Feel free to ask for more info.

Thanks in advance!

Add display:block for the img tag.

.product_tile img {
 display:block
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM