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

asked on

How do I move the left menu so it is up against the logo?

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
Avatar of James Williams
James Williams
Flag of United States of America image

Wordpress should already do all that for you using the Admin panel.
The CMS should do all the work for you.
Possibly try using a newer template in your Wordpress.

My advice would be to start over with a fresh or different CMS then the one you are using.

Selvol
Avatar of Donnie Walker

ASKER

I'm using the Genesis framework with the latest Dynamik theme from Genesis.

At this point I just need some help with tweaking the css.
Donnie, just looking at the site and the menus are completely different?  (on in the top right and the main one)
are you still trying to get it split across the logo?
one way would be to add the line

div#logo {
display:none;
}

in the media part for the small screen in style near the main nav that also changes to Display:none:  about line 1478 in style.css

and then you need to play around with % of the menus to get them evenly spread.
I was playing with a basic theme to see if I could make it work like I want. I put the original back up.
ASKER CERTIFIED SOLUTION
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern 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