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 Vincent,

Question 1:

You are right, sorry for this. Please go to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

div.mean-bar ul.sub-menu {
-webkit-transform: skew(0deg) !important;
-moz-transform: skew(0deg) !important;
-o-transform: skew(0deg) !important;
transform: skew(0deg) !important;
}

This will solve the problem.

Question #2:

You can add this code to the Extra CSS Code (see above):

#container {width:94%; margin:0px 3%;}

This should solve also this problem 🙂

Question #3:

I will test it and wrote another post as soon I we found a solution

Question #4:

No, I dont think its a WordPress think, its more a problem with the jQuery plugin we’ve used for the gallery. You mean the lightbox right?

Question #5:

Same thing as question #4. How many images do you have in the gallery? Then we can “rebuilt” the problem and try to find a solution.

Question #6:

Thats a WordPress problem! But easy to solve, just delete the file “contact.php” in the root theme folder, than all is working without any problem.