Hi there
Using the Blogum theme, I'm trying to move my menu links so that they sit adjacently to the left of my header image, above the left sidebar.
This is my site: http://tinpalace.co.uk/wp/?page_id=28
.. and (what I believe is) the relevant part of code from style.css:
.header {padding: 50px 0 45px 105px;}
.menu {padding-left: 55px;}
.menu ul {overflow: hidden; float: center; padding-center: 0px;}
.menu li {float: center; font-size: 16px; font-weight: bold; background: url("images/menu.png") 0 50% no-repeat; margin: 0 12px 0 -9px; padding-left: 9px;}
.menu li a {color: #000; text-decoration: none;}
.menu li a:hover, li.current_menu_parent a, li.current-menu-item a {color: #9d9d9d;}
.search {width: 225px; float: right; position: relative; top: -2px; background: #e9e9e9;}
.search input {background: none; border: none; font-size: 16px; font-weight: bold; color: #fff; padding: 4px 5px 4px 5px; width: 191px; vertical-align: middle;}
.search button {background: url("images/search.png") 50% 50% no-repeat; border: none; height: 16px; width: 16px; vertical-align: middle; cursor: pointer;}
Thanks a lot