Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to make Tumblr Photos smaller? Re: How to make Tumblr Photos smaller?

#108040
TheDoc
Member

Put this in your custom CSS box:

.group:after {
content: "";
display: table;
clear: both;
}

Then click ‘Edit HTML’ and look for class=”post-photo” and change it to class=”post-photo group”.