• Hi all,

    I’m looking to get better spacing for my post content without causing problems with the rest of the page. I add to line-spacing, and it improves the spaces for content, but also adds spaces to the homepage. How do I get just the spacing on the content (h2,h3, and paragraph)

    A sample with Max Magazine is installed here: https://www.pencilsforsale.com/

    I believe this is the relevant code. What would I add?:

    }
    
    #content .post .sticky{
    font-size:12px;
    background:#f2f2f2;
    padding:4px 6px;
    letter-spacing:1px;
    display:inline-block;
    line-height:1;
    border-bottom:1px solid #eee;
    }
    
    #content .post,
    #content .page{
    overflow:hidden;
    margin-bottom:15px;
    }
    
    #content .post .post-entry{
    overflow:hidden;
    }
    
    #content .post-meta .sep{
    margin:0 5px;
    }
    
    #content .post .author{
    overflow:hidden;
    }
    
    #content .post .author h3{
    margin-bottom:5px;
    }
    
    #content .post .author .avatar{
    float:left;
    width:50px;
    margin-top:5px;
    }
    
    #content .post .author .author-meta{
    margin-left:60px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Max Magazine] Post Formatting Fun!’ is closed to new replies.