The problem with screen resolution

When the screen resolution 800х1280
Attachment 38804
When the cursor shift the search menu.
In my case, the shift is very large.
How to fix menu, what would it did not tremble?

If you go to menu
Attachment 38806

we see the picture as when the screen resolution 603х966 ?

12 answers

Profile photo of chavan 100.00 $tone July 29, 2014
Public

ok here it is

Go to this File: /skin/frontend/default/jm_megamall/css/layout-mobile.css

Add this code

Code:

@media (min-width: 600px) and (max-width: 700px) {

#jm-search {
    float: left !important;
    left: 0 !important;
    top: 0 !important;
}

#jm-header #jm-search .inner-toggle.active{
 background: none !important;
    border: none !important;
    min-width: 175px !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    display: block !important;
}
#jm-search .form-search input.input-text, #jm-search .form-search input.input-text:focus{
width: 180px !important;
}

#jm-header #jm-search .btn-toggle{
display:none !important;
}

#jm-header #jm-search .inner-toggle{
display:block !important;

}

}
#4

This question is now closed

Written By

Comments