Your website link has an under-maintenance banner, so it impossible to view the code to find out what is happening.
But as a guess, you have one CSS code telling the menu to appear as it should, and another CSS code telling the menu to either do something that is forcing it to not display properly, or to not display at all.
Remove the maintenance banner and I will try to have a look for you.
Thanks. I am doing it right now. @dayley – It’s done!
I have tried also to delete all menus but not footer menu because of PRIVACY POLICY page in footer; (I had like two menu locations – menu location 1 and menu location 2 in my case menu 1 and menu 2). Then I created a new menu but it does the same thing. There is something wrong in codes and I need to find it as soon as possible, of course with your help. It is very irritating to me because I try every single time to repair/fix/update a thing on site and then something appears like a bug trying to piss me off, no offense but this is the truth and the only truth. I cannot wait to fix this problem. It is just a little problem. Now I fixed it but still I see the same pages but two different sizes of two different menus. How to scale both menus in one size ?
Okay I am currently out of office now and unable to see on mobile until later when back at my iMac.
But if you find what is calling your menu in CSS (I would recommend Google Chrome DevTools or any other browser tool to view your code being called on your website) then you can set the size like so in your child theme CSS:
.this-is-my-first-menu,
.this-is-my-second-menu {
width: 100%; /* Or 90% or 80% etc */
/* Or try a fixed pixel amount which can be used like so: width: 500px;
}
Is this the kind of solution your looking for?
-
This reply was modified 7 years, 10 months ago by
dayley.
I think yes. Thank you, @dayley!
King Regards,
Andrei Macovei
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.
As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.