Hi, how do I Reduce the space between posts so that there is more content on the page?
thanks
Hi, how do I Reduce the space between posts so that there is more content on the page?
thanks
Add this to your custom.css:
.post-entry {
clear: both;
padding-bottom: 30px;
position: relative;
}
and replace the "padding-bottom" value to what you like.
You can figure out the best value with Firebug for Firefox.
thanks so much :-) it worked
Thanks colorit2 for helping us out.
You must log in to post.