Forums

[resolved] [Wtgo Theme] add space between post? (4 posts)

  1. colleencoover
    Member
    Posted 11 months ago #

    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.

  2. ClaytonJames
    Member
    Posted 11 months ago #

    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

  3. colleencoover
    Member
    Posted 11 months ago #

    Perfect. Thanks!!!!

  4. ClaytonJames
    Member
    Posted 11 months ago #

    You're welcome!

Reply

You must log in to post.

About this Topic