Link to home
Start Free TrialLog in
Avatar of Donnie Walker
Donnie WalkerFlag for United States of America

asked on

How do I move these menus so they are against the logo?

I have a Thesis framework Wordpress site here:

http://rentawebguy.com/jen/

I've put a border around the menus and logo to show where they are positioned.

I am wanted the menus on either side to butt up against the logo as show in the attached graphic.

#thesis_header_image {border:1px solid gray; width: 229px; height: 131px; margin-left: auto; margin-right: auto;}
#menu-menuright.menu {border:1px solid gray; float: right; margin-top: -100px; font-weight: bold; }
#menu-menuleft.menu {border:1px solid gray; float: left; margin-top: -100px; font-weight: bold;}
.sub-menu {font-weight: normal;}

Any help is appreciated.
menu.png
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Donnie Walker

ASKER

that was what I needed. Thanks!