menu moves

Hello. Is offset from the menu. How to solve the problem? Thank you.
Attachment 37793
Attachment 37794

5 answers

Profile photo of Saguaros 0.00 $tone June 23, 2014
Public

Hi Denis,

You can open file: skin/frontend/default/jm_megamall/css/style.css, at approx line 2099, you will see this css rule:

Code:

#logo a {
    background-position: left top;
    background-repeat: no-repeat;
    color: #555
    display: block;
    font-size: 26px;
    min-height: 94px;
    min-width: 271px;
    padding: 0;
    text-decoration: none;
    text-indent: -999px;
    text-transform: uppercase;
}

and change the min-height to your desired value.

Then flush all magento caches.

#1
Profile photo of Denis Kalganov 40.00 $tone June 23, 2014
Public

Hi Denis,

You can open file: skin/frontend/default/jm_megamall/css/style.css, at approx line 2099, you will see this css rule:

Code:

#logo a {
    background-position: left top;
    background-repeat: no-repeat;
    color: #555
    display: block;
    font-size: 26px;
    min-height: 94px;
    min-width: 271px;
    padding: 0;
    text-decoration: none;
    text-indent: -999px;
    text-transform: uppercase;
}

and change the min-height to your desired value.

Then flush all magento caches.

this does not solve the problem

#2
Profile photo of Denis Kalganov 40.00 $tone June 24, 2014
Public

Could you send screenshot to illustrate how you want it should be?

I sent a screenshot in the first message. min-height: 94px;
to change this doesn’t help
This can be observed in demo version: Click menu "Customer Service" and back on the main. You will see how shifted menu.

#4
Profile photo of Saguaros 0.00 $tone June 25, 2014
Public

Hi Denis,

Due to the concept of this JM Megamall theme, in the home page, the megamenu will display vertically in the left side and there will be another top menu.

But when you view other pages, the mega menu will locate in the top ‘horizontal’ navigation.

#5

Please login or Register to Submit Answer

Written By

Comments