Homepage › Community Forums › Epik Theme Support › Thin Banner (header)
Tagged: banner, header
Hello Wes,
I’d like the banner thinner, similar to the demo. I’ve changed the functions file from 120 to 60, and my banner is 1152 x 60, for some reason it still isn’t shrinking down.
Do you have a link?
http://www.walidmrealtor.com
It’s the bottom margin on the #subnav. Take a look around line 1010 in your css for this –
#subnav .wrap { margin: 0 auto 20px; width: 1152px; }
…adjust the 20px to 10px or less and it will be even.
10px Did it!
Perfect
Thank you Wes, I appreciate that!
You’re Welcome!