• Resolved April Roy

    (@awapril)


    I have the CSS to change the margins on the right and left side of the individual blog posts pages.

    Now I need the CSS to change the top margin white space area, it is too small.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Try adding this extra custom CSS code:

    
    @media only screen and (min-width:992px) {
      
      .single-post .content-area > .post-wrap {
        padding-top: 80px;
        padding-bottom: 80px;
      } 
      
    }
    

    Regards,
    Kharis

    Thread Starter April Roy

    (@awapril)

    That worked great.

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Post Top Margin’ is closed to new replies.