Header of posts page

Home Forums All Other Themes Header of posts page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108311
    info1365info1365
    Participant
    • Topics: 5
    • Replies: 20
    • Total: 25
    Member since: August 23, 2018

    Hi,

    I can’t get to have a correct header for this page which is the one for my blog
    https://dixit-international.com/blogue/

    The text overlap the header…

    While a single post or page works fine:
    https://dixit-international.com/prendre-un-temps-de-recul/
    https://dixit-international.com/lequipe/

    Thanks
    Valérie

    #108363
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .blog .lay4 { margin-top:130px;}
    
    @media screen and (max-width:767px) {
    .blog .lay4 { margin-top:0;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.