Home › Forums › Theme support › Lambada – wrong indenting mobile menu and gallery view problems › Reply To: Lambada – wrong indenting mobile menu and gallery view problems
Hi,
#1
Sorry, dont saw the second part. Sorry for the issue with the sub sub items, dont saw this while testing. Here is the working code for your stylesheet file:
.mean-bar ul.sub-menu, .mean-bar ul.sub-menu > li > a {
-webkit-transform: skew(0deg) !important;
-moz-transform: skew(0deg) !important;
-o-transform: skew(0deg) !important;
transform: skew(0deg) !important;
}
.mean-container .mean-nav ul li li li a {
width:100%;
}
#2a
Yes, you are right 🙂
Here is a better solution, please remove the code “#container…” from our last post again.
@media only screen and (max-width: 479px) {
.mainsection .inner {
width: 94% !important;
margin-left: 3%;
margin-right: 3%;
}
}
#3
Yes, it is, but maybe we can find a solution…
#4 + #5
Yes, now I know what you mean. The only thing we can do is do give you a css code to remove the images and replace it with dots do navigate the gallery. What do you think?