• Hello,
    how can I remove the huge space between content and navbar? I couldnt find anything in the CSS file. I removed the pagetitles in the css, so they aren’t displayed anymore, but the space is still there…

    Thanks for help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • try to put this in your css and tell me if it works

    .wrapper {
    margin-top: 30px !important;
    }

    Hey there,

    Just a heads up, don’t add the CSS directly in your theme’s main stylesheet as the changes will be lost when the theme is updated. You can setup a child theme instead or use a plugin like Advanced CSS Editor, for the sake of simplicity. Thanks!

    Thread Starter mr_tux

    (@mr_tux)

    try to put this in your css and tell me if it works

    .wrapper {
    margin-top: 30px !important;
    }

    Thank you! That worked!.

    Hey there,

    Just a heads up, don’t add the CSS directly in your theme’s main stylesheet as the changes will be lost when the theme is updated. You can setup a child theme instead or use a plugin like Advanced CSS Editor, for the sake of simplicity. Thanks!

    Thanks for the advise, I used the custom CSS from the jetpack plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between nav and content’ is closed to new replies.