How to align menu to the left

Hello,

On my website i’ve got to many categories and my menu must be aligned to left left. How can I fix that?

See klimplantenzo.nl

Thanks in advance.

1 answer

Profile photo of chavan 100.00 $tone August 1, 2011
Public

Go to this path : /skin/frontend/default/jm_mozanis/css/theme.css

Do the following

Replace this code

Code:

.ja-header-right {
    float: right;


}

With

Code:

.ja-header-right {
    clear: both;
    float: left;
    width: 980px;


}

once replaced Clear your Magento cache

Note: If you Find my Post useful please click on the Thanks Icon

#1

Please login or Register to Submit Answer

Written By

Comments