• Resolved sdgfsgfdfd

    (@navajo99)


    First of all, congratulations for your amazing work! Hemingway is an awesome theme!

    I have a doubt about how to reduce the space beneath the header. I have found the function in the style.css sheet, but somehow it’s not working. Here is the code:

    .big-wrapper { overflow: hidden; }
    
    .wrapper { 	margin-top: 35px; }
    
    .content { width: 65%; }
    .content.center { margin-left: auto; margin-right: auto; }
    .content.full-width { width: 100%; }
    
    .sidebar { width: 27.5%; }

    I basically changed “100px” and replaced it with “35px”, but there is no visible change in my website. Any idea why this could be??

    Thank you all!

    P.S.- I have cleared the cookies and no change

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Navajo99,

    Thanks for the kind words! That is the only line affecting the top margin of the wrapper element, so changing the value should work. Could you send me a link to the site in question?

    Thread Starter sdgfsgfdfd

    (@navajo99)

    Thanks for your answer! I am really astonished because when I’m “playing” with the Chrome’s inspect element tool it works! https://alejandro-marti.com/

    Theme Author Anders Norén

    (@anlino)

    According to the web inspector, the top margin of the wrapper element hasn’t been changed in style.css (it’s still margin-top: 100px;). Could you give it another try?

    Thread Starter sdgfsgfdfd

    (@navajo99)

    It works now! I uninstalled and reinstalled the theme, modified the code and this time it worked!

    Thank you for your help and congratulations on your work! It’s a beautiful theme!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reduce space between articles and header’ is closed to new replies.