Forums

[resolved] Increasing Paragraph Height (8 posts)

  1. frogdogz
    Member
    Posted 4 months ago #

    I'm quietly losing my mind trying to increase paragraph height in Androida, the theme I'm currently using on my blog. I know it sounds like a minor thing, but honestly - it's driving me NUTS that I can't figure out how to do this.

    I've edited and re edited the style sheet. I've added every paragraph tag/hack that I know of - all to no avail.

    I am completely at a loss.

    Here's the stylesheet code - sorry for the length, but I really have no idea anymore which areas might apply, as I've tried everything:

    [huge chunk of code moderated - please use a pastebin or link to file]

  2. esmi
    Member
    Posted 4 months ago #

    Site url?

  3. frogdogz
    Member
    Posted 4 months ago #

  4. Otto42
    Moderator
    Posted 4 months ago #

    In your style.css file, you'll find this:

    .entry p{
    	margin:5px 5px;
    	padding:0px 0px;
    	font-family:  Tahoma,Georgia, Arial,century gothic,verdana, sans-serif;
    	font-size:13px;
    }

    Change the margin:5px 5px; to margin:10px 5px; or greater to increase the vertical spacing between paragraphs.

  5. frogdogz
    Member
    Posted 4 months ago #

    I tried changing it to 25px, but still no change.

    It was originally --

    .entry {
    	margin:0 0;
    	padding: 0px 5px 5px 5px;
    	line-height:20px;
    	}

    Now it's --

    .entry {
    	margin:25px 25px;
    	padding: 0px 5px 5px 5px;
    	line-height:20px;
    	}

    Paragraph height seems unchanged.

  6. Otto42
    Moderator
    Posted 4 months ago #

    Wrong section. Look closer, it's ".entry p". Not just ".entry"

  7. frogdogz
    Member
    Posted 4 months ago #

    Oops, my mistake. Let me give it another try.

  8. frogdogz
    Member
    Posted 4 months ago #

    Yes, that did it. Thanks so much.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.