This should do the trick. Change the px to what you want.
#masthead {
padding-top: 64px;
}
Hi there,
Thank you! Where about should I place this? I have just added it to the top, but nothing has changed.
Top of what?
You want it in your style.css (style sheet). The best way would be to use a child-theme or use a custom css plugin.
For testing purposes though you will find the style sheet in your Dashboard > Themes > editor.
Remember that any changes to your theme will be lost when you update the theme.
Sorry, I should have added that I added it to the top of my style.css
you can place it after:
/* =Reset default browser CSS.
-------------------------------------------------------------- */
Hm, I have just done that and nothing. Maybe I am just destined to have space above my header 🙂
Try this, I dont think you will like 0px, it pushes your header above the top.
#masthead {
padding-top: 53px !important;
}
Thanks so much, but on my iMac it does not seem to be changing at all.
you put 530px. but you’re right, it’s not working. You have a pro theme. Contact your theme author, they might be able to give better insight as they know how they set it up.