I have a site here:
http://rentawebguy.net/nofry/
the menu on the left side that I need to butt up against the center logo.
Also, when I view this on a mobile device the right side menu is responsive and goes beneath the logo as it should...but I left side menu goes above the logo (like it should) but becomes vertical.
And there is a line below the right side menu I cannot remove.
Nothing I've tried works. I've attached an image showing what I need.
Any help is appreciated.
menu.png
see class and styles: nav-primary, menu-menuleft, menu genesis-nav-menu, menu-primary, site-title,heading, nav-secondary, menu-menuright
some of these classes are used on both menus , you might want to split some of these cases into left ,middle and right classes.
when its on a small screen you want the logo in its current position to disappear (display:none). if you want a logo on small screens at the top then put some code before the left menu to display the logo only when the screen is small otherwise hide it ( the opposite style to the logo n the middle)