hey there. i had my logo in the header space. it looked funky. I was able to hide the entire header (the way you showed me to hide the footer), but now there is no space up above the menu bar at all. Is there a way to have space up there but have no logo? thanks a million.
header
Started by
annie
, May 23 2010 07:02 PM
4 replies to this topic
#1
Posted 23 May 2010 - 07:02 PM
#2
Posted 24 May 2010 - 01:17 AM
sure, just add a custom css rule adding some padding to the next element (the nav?)
A live link would help me give you this...
#3
Posted 24 May 2010 - 04:38 AM
hey andrew, what you said makes no sense to me. sorry. can you spell it out? exactly what do i place exactly where?
i assume you mean a link to my site? www.sourceintegral.com
#4
Posted 24 May 2010 - 05:20 PM
In theme options > custom code > custom css
add:
`#nav {margin-top:20px;}`
Does that help?
add:
`#nav {margin-top:20px;}`
Does that help?
#5
Posted 25 May 2010 - 06:55 PM
that works great. thanks a million.










