• Resolved raducu23

    (@raducu23)


    Hello,

    I use your theme for my blog and I love it but i found an issue I can’t solve. For every post I make i get a white space between the post title (H1 made manually) and the upper limit of the content container. Can you help me get rid of that space? Thank you.

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

Viewing 1 replies (of 1 total)
  • Thread Starter raducu23

    (@raducu23)

    Solved it myself. Just replace the following lines:

    .entry h1 {
      margin: 1.8em 0 1em;
    }
    

    with

    .entry h1 {
      margin: 0.1em 0 1em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove space between post title and inner container’ is closed to new replies.