Theme Author
Han
(@hwijaya)
Megan, simply go to “Appearance > Customize > CSS” and put this code to reduce padding by 20px. Change as you like
.site-header > .wrap {
padding: 20px 0;
}
Thanks 🙂
That is awesome. Thank you so much!
Theme Author
Han
(@hwijaya)
You’re most welcome 🙂
Kindly rate the theme when you can. Thanks!
.site-header > .wrap {
padding: 20px 0;
}
Tried above code in: “Appearance > Customize > CSS” but didnt work. I can save it but nothing changes.
I saw same code in style.css so tried there but same result.
Or was that not meant for the menu on top of the header? http://muziek4um.nl/deschort/
Apart from that its a fantastic theme!
My apologies, I had to look better.
I was looking for:
.omega-nav-menu,
.omega-nav-menu > ul {
margin: -11px 0 -17px;
🙂
Thanks for the great highly customizable theme!
Ed.
I tried changing the padding value to change header size but when I saved and look at the page, nothing changes.
Try this:
.site-header .wrap {
padding: 0;
}
Initially what was previously posted worked and then stopped working. I changed it a bit and that seems to work now.