• Hello,

    I need some help please kindly. On my new website Thehistoricaldiaries.com I just created my first two post. The problem is there is not enough spacing between the menu and post title. There is not enough spacing between menu and sidebar either. This is really bugging me. I would like to add an inch or half inch of space between the post title and the menu tabs

    • This topic was modified 9 years, 9 months ago by sammyjjames.
    • This topic was modified 9 years, 9 months ago by keesiemeijer. Reason: Edit of all caps title
Viewing 1 replies (of 1 total)
  • Hi @sammyjjames, Add the following code in your css file. It will add the half inch space between you menu and title, sidebar.

    
    /* Spacing between the menu and title */
    h2.entry-title {
        padding-top: 48px;
    }
    
    /* Spacing between the menu and sidebar */
    div#primary {
        padding-top: 48px;
    }
    

    Hope, it works as you wanted 🙂

    Regards,
    Sami

Viewing 1 replies (of 1 total)

The topic ‘Spacing help’ is closed to new replies.