http://www.shanemackintosh.com/gifts
I want the search box to move up a little so it's inline with the logo and I want the menu moved up so the header height is reduced. What settings should I change to achieve this?
Settings currently changed are below and this is from what I've used on another template.
- Code: Select all
#top-menu {margin-right: 6px;}
#gk-head h2 {float: left;}
#gk-head #main-menu {clear: none; margin-left: 20px;}
#gk-head h2 {float: left !important;}
#gk-head #search-4 {height: 35px !important;}
#gk-head #main-menu {margin-left: 20px !important;}
#gk-head {padding-top: 20px;}
Thanks