-
AuthorPosts
-
March 26, 2024 at 9:39 pm #1438379
For some reason, my worded menu on a Desktop device is now gone, and only the “burger” type of menu shows up. How do I show my worded menu again on a Desktop?: https://AbogadoNotarioOnline.com/
- This topic was modified 8 months, 3 weeks ago by ramonolivencia.
March 27, 2024 at 12:00 pm #1438434Hey ramonolivencia,
It’s displaying fine on my end, how can we reproduce what you are seeing on your end?
Best regards,
RikardMarch 27, 2024 at 4:17 pm #1438463Hi Rikard,
Ok, but how can I upload or attach a current screenshot so that you can see my missing WORDED menu?
Regards,
Ramon
March 27, 2024 at 5:42 pm #1438470March 27, 2024 at 7:56 pm #1438483Hi,
Thanks for that, but the file you shared is not accessible. A screenshot might not help very much anyway though, please tell us under which circumstances the problem occurs, so that we can reproduce it.
Your mobile menu activates at 1500 pixels width at the moment, you can change that to the pixel value of your choice in the CSS that you added to make the alteration from the regular theme default width.
Best regards,
RikardMarch 28, 2024 at 2:06 pm #1438545Hi Rikard,
Thanks! I now see what you mean. The issue happens only on my MacBook laptop since it has a 14-inch monitor but not on my 27-inch iMac monitor, so if you could please tell me how to change the settings to fix that, I would appreciate it! That is, I want to ensure that the worded menu heading also appears on my MacBook laptop.
Regards,
Ramon
March 28, 2024 at 8:13 pm #1438565Hi,
The CSS looks like this:
@media only screen and (max-width: 1500px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Try changing the 1500 pixel value to something smaller.
Best regards,
RikardApril 1, 2024 at 4:37 pm #1438912Hi Rikard,
Ok, I instead went ahead and commented out that same CSS I had since I ended up reducing the number of menu headings anyways.
Thanks,
Ramon
April 2, 2024 at 1:01 am #1438941 -
AuthorPosts
- You must be logged in to reply to this topic.