Hello,
I've been looking to make the height of each of the boxes in the grid of the Suburbia theme smaller. Here is what is in my CSS for the grid currently:
.grid {
padding:20px;
width:155px;
height:480px;
overflow:hidden;
border-top-color:rgb(224,224,224);
border-right-color:rgb(224,224,224);
border-top-width:1px;
border-right-width:1px;
border-top-style:solid;
border-right-style:solid;
float:left;
display:block;
position:relative;
word-wrap:break-word;
}
When I try to make the height where I'd like it (430px) it auto-bumps the final post in the second row to a new third row which I do not want!
Any help would be appreciated!
Also, does anyone know how to add in the "continue reading" link into the grid boxes? I'm afraid no one will know there is more to the post!
Thanks in advance :)
The blog I need help with is boozeinboston.com.