sadaf Posted August 6, 2013 Share Posted August 6, 2013 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... Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 is there any chance to test your website? it will be really hard to help in case like this without an access to the store (it's a case related to the CSS styles) Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 yea sure>> www.moizlablo.com/001 <<< Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 any solution vekia?? Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 from <li> elements remove the position:relative; then to the #lofmegamenu69leftColumn add position:relative; + z-index:9999; effect: 1 Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 Thankew vekia i will try doing this.. and get back to you after that.. Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 if you will have any questions - feel free to write one tip: you have to remove position:relative from two places Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 can you pass me the code>? because i cant find #lofmegamenu69leftColumn Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 can you just send the css code.. i would try replacing it please>? Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 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 More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 (edited) okie thank you Edited August 6, 2013 by sadaf (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 let me know if you will add change the code - then I will test it once again Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 Thanks a lott vekia you made my day Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 actually there was no line as such>>> lofmegamenuwhite-leftColumn .ddsmoothmenu-v { i add it myself.. then evn the +z-index was not working so i removed the + sign.. and it worked Thanx a lott Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 yea the + mean that you have to add also z-index:9999 ;D I'm sorry I did not explain it exactly;) anyway, glad that it works im going to mark this topic as [solved] best regards Link to comment Share on other sites More sharing options...
sadaf Posted August 6, 2013 Author Share Posted August 6, 2013 yea sure n thanks a lott Link to comment Share on other sites More sharing options...
Recommended Posts