Clear Line theme

Vatuma Support » Clear Line theme129

Can you increase the space between paragraphs? (3 posts)

About This Topic

Tags

  1. anne
    Member
    Posted 3 months ago
    #

    I'd like to know if there is a way to increase the space between paragraphs? I've looked at the options several times and have not found it. I also have no knowledge of HTML.

  2. Anna
    Member
    Posted 3 months ago
    #

    It's a CSS matter. Look for:

    p
    {
    margin: 10px 0 10px 0;
    }

    I think it's the first value... try it with Firebug (Firefox ext.) or Chrome and you'll can test it live

  3. Anna
    Member
    Posted 3 months ago
    #

    Pardon... you can test...

Reply

You must log in to post.

Vatuma Support » Clear Line theme129