Jump to content

[solved] How to set the top value in mega menu?


Recommended Posts

I changed most of the configuration... now I want to set different top value to the menu so that sub menu doesn't move down. But i dunno hw to do this.. being more specific i have attached the image to it...

post-511952-0-08049200-1375787245_thumb.jpg

Link to comment
Share on other sites

remove position:relative; from:

.lofmegamenuwhite-leftColumn ul li {
position: relative;
}

 

and from:

.lofmegamenuwhite-leftColumn ul#lofmegamenu > li {
position: relative;
display: inline;
float: left;
margin: 0 !important;
padding: 7px 0 7px 0;
width: 100%;
background: url('http://www.buyjama.com/img/arrow/arrow_front_hover.png') no-repeat 180px 6px #F5F5F5;
border: 1px solid #F5F5F5;
}

in file: /modules/lofmegamenu/tmpl/white/assets/style-v.css

 

+

add position:relative; + z-index:9999; here:

.lofmegamenuwhite-leftColumn .ddsmoothmenu-v {
font: bold 13px;
width: 100%;
}

 

the same file as above :)

Link to comment
Share on other sites

×
×
  • Create New...