I don't really understand HTML/CSS code,
My question is simple, this is my theme code :
Quote:
#entry {{block:ifshowshadows}-moz-box-shadow: 2px 2px 2px #eee; -webkit-box-shadow: 2px 2px 2px #eee; box-shadow: 2px 2px 2px #eee{/block:ifshowshadows} text-align:; background-color:{color: post background}; margin-left:5px; margin-bottom:15px; overflow:hidden; float:left; width:300px;
{block:PermalinkPage}width:640px;{/block:PermalinkPage} height:100%; {block:PermalinkPage}height:100%;{/block:PermalinkPage} padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:4px;}
#entry img {width:300px; {block:PermalinkPage}width:610px;{/block:PermalinkPage} overflow:hidden;}
a img {border:none;}
#entry:hover .permalink {opacity: 1;}
|
And this is what I want :
The height is not fixed but the width is fixed.
Theres gaps between posts, how to remove the space?
What do I have to do?

I don't really care about posts order... But i dont want to have the height fixed...
I heard about jquery masonry/vanilla masonry but I don't know how to use that and apply with my theme