Forum Replies Created
-
AuthorPosts
-
Thank you – the code does seem to do the trick. Unfortunately I also have (almost the same) code for the normal menu to correct for 2x mega menu alignment issues, so my complete quick css is now:
.inner-container {
margin-top: 30px;
}@media only screen and (max-width: 990px) {
li#menu-item-235 .avia_mega_div.avia_mega2.six.units { left: 0; } !important;}@media only screen and (max-width: 990px) {
li#menu-item-36 .avia_mega_div.avia_mega2.six.units { left: 0; } !important;}li#menu-item-235 .avia_mega_div.avia_mega2.six.units {
left: -250px !important;
}li#menu-item-36 .avia_mega_div.avia_mega2.six.units {
left: 0px !important;
}and the last 2 items does something so that the @media only screen and (max-width: 990px) versions are overruled….
should theli#menu-item-235 .avia_mega_div.avia_mega2.six.units {
left: -250px !important;
}li#menu-item-36 .avia_mega_div.avia_mega2.six.units {
left: 0px !important;
}be more specific somehow to only apply for the “real” menu, not the mobile menu or ??
Hello Yigit,
Here’s the screenshot.
Look at menu the menu items compared to the regular menu items, After Natur og Steder there’s many submenu items, but they are pushed way to the left, out of sight….
https://drive.google.com/open?id=0B6xAQPg62-WPNlVSMEc2TWxubjA&authuser=0
December 8, 2014 at 10:51 am in reply to: enfold – mega menu – goes off screen to the right :-( #364532Thank you. CSS quick fix works :-)
September 30, 2013 at 11:14 am in reply to: menu items goes into the logo when resizing browser windows #168060yes, seems to work now.
I think (personally) that the logo is too small in that hmmmm. 2. level….. (not fully wide, but first time it is smaller, the logo is extremely small in comparison to menu text size etc.) – but in general the responsive part works now 100% :-)
September 30, 2013 at 9:46 am in reply to: menu items goes into the logo when resizing browser windows #168042Thank you – but it’s not working 100%. The logo disappears on smallest sizes – and does not always reappear when sizing up (slowly) again.
checked with firefox and chrome.
- This reply was modified 11 years, 1 month ago by solsikkehaven.
September 29, 2013 at 8:53 pm in reply to: menu items goes into the logo when resizing browser windows #167880This reply has been marked as private. -
AuthorPosts