使用CSS在Wordpress中显示图像的问题

问题描述:

I have a blog and changed some of the php and css of the template so it could show the exact image size that I need, as you can see below:

http://hynx.com.br/?page_id=230

The old template used to show 4 images per line, and it seems to be forcing that, even after the resize. I've tried to change almost everywhere with firebug to make that huge gap before the "Goof Troop" image go away, but I just can't.

我有一个博客并更改了模板的一些php和css,因此它可以显示确切的图像大小 我需要,如下所示: p>

http:// hynx.com.br/?page_id=230 p>

旧模板用于每行显示4个图像,即使调整大小后,它似乎也会强制显示。 在“Goof Troop”图像消失之前,我试图用萤火虫几乎无处不在地改变这个巨大的差距,但我不能。 p> div>

Your loop probably has a line like this at the end.

<?php if($i%4==0) : ?><?php endif; ?>

If so just change it to 3.