Hello,
I am still trying to tweak the theme and I would like to know how to adjust the size of the empty space between the text body of a single post and the About the Author in a single post.
Hello,
I am still trying to tweak the theme and I would like to know how to adjust the size of the empty space between the text body of a single post and the About the Author in a single post.
My website is http://www.felnsal.com
Working on a logo right now. =P
Hey,
open up style.css and search for following code:
.entry{
position:relative;
float:left;
width: 100%;
clear: both;
padding:0 0 50px 0px;
overflow: hidden;
}
Change the padding value for the bottom (50px by default) to a higher or lower value to increase/decrease the space.
Thanks Dude, much appreciated. =)
Glad that I could help you :)
You must log in to post.