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.