I'm trying to add a bit of space between posts on my husband's blog, paultobin.net. Is there maybe some easy bit of code to drop into the CSS to add space after the tags? I'm using a slightly tweaked version of Wtgo Theme by Lucky Themes.
I'm trying to add a bit of space between posts on my husband's blog, paultobin.net. Is there maybe some easy bit of code to drop into the CSS to add space after the tags? I'm using a slightly tweaked version of Wtgo Theme by Lucky Themes.
Try this
.permalink{
color:#E59A57;
margin:0 0 10px 0;
background: #472406;
}
change to
.permalink{
color:#E59A57;
margin:20px 0 30px 0;
background: #472406;
}
and adjust to your liking
Perfect. Thanks!!!!
You're welcome!
You must log in to post.