Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307064

    I have been able to reduce the white space below the header/above content on my pages using the following..

    .template-page.content.twelve.alpha.units {
    padding-top: 10px;
    }

    The space is removed on the Blog page, but not when you go to the specific blog posts. How can I alter/add to this CSS to make the padding on the post pages smaller as well?

    Links are listed in private content..

    #307268

    Hey jacobtaddy!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the px value:

    
    .single .entry-content-wrapper{
     margin: -15px 0 0 0 !important;
    }
    

    Best regards,
    Günter

    #307506

    Gunter,
    Thank you for your response. That ends up moving the text up, but not the featured image. The text ends up sliding up underneath the featured image instead of moving the featured image up towards the header.
    I left it that way to show the issue..
    http://www.onwardsinc.com/2014/08/sex-tourism/

    #308333

    Hey!

    Try adding this code to the Quick CSS:

    .single .content {
        padding-top: 10px !important;
    }

    Cheers! 
    Josue

    #308356

    Fantastic, just what I was looking for.
    Thanks!

    #308366

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce white space above featured image on Blog Post’ is closed to new replies.