How to move top menu right?

Hi,
I’m using JM lead but there isn’t enough space left for the logo, I need to move the top menu right.

I realise it’s most probably in the .css at:
skin/frontend/default/jm_lead/css/menu.css
or
skin/frontend/default/jm_lead/css/theme.css

But stuck as to how to do it, anyone have any ideas? Any help’s greatly appreciated.

Regards,
Rob

2 answers

Profile photo of Css Magician 0.00 $tone November 25, 2009
Public

Dear rob_hawthorn,

The problem is fixed in your site at line 382 in file them.css :

Code:

#ja-mainnav {
	background: #000000;
	float: right;
	margin: 50px 0 0;
	width: 750px;
	z-index: 9999;
}

the theme.css backup is theme_bk.css

#1

This question is now closed

Written By

Comments