Tagged: menu items
-
AuthorPosts
-
January 1, 2024 at 9:19 pm #1429090
One of my menus is not displayed entirely, missing 3-4 additional items. It gets cut off at the bottom of the screen due to an apparent lack of space on the menu listing, as seen here on my site (Menu: “Notaría”): https://AbogadoNotarioOnline.com.
January 2, 2024 at 1:58 pm #1429121Hey ramonolivencia,
It looks fine on my end on 24″ monitor: https://snipboard.io/yG19XK.jpg. You might want to group some of the menu options, or use the Mega Menu option if you want to take smaller screens into account.
Best regards,
RikardJanuary 2, 2024 at 5:53 pm #1429135Hi Rikard. Thanks for checking, but my issue happened on my 13″ MacBook Pro, though not on the iPhone. However, I´m not fond of the Mega Menu option since it spreads the sub-menus horizontally across the screen. Instead, I would rather be able to see the bottom of the Menu vertically. So, if you have another option(s), that would be great!
January 2, 2024 at 8:03 pm #1429151Hi,
The only option I can think of other than the ones I wrote above, would be to activate the mobile menu at an earlier point. Let us know if you would like to go for that option.
Best regards,
RikardFebruary 3, 2024 at 7:01 pm #1432885Hi Rikard, sorry for the late response, but upon further checking your last answer, I don´t see how to “activate the mobile menu at an earlier point” or what it entails. Also, the current Mega Menu option I changed to seems to have a font that is too light in color. Please advise. Thanks very much.
February 4, 2024 at 11:02 am #1432914Hi,
The mobile menu would be activated at a larger screen size, would you like to try that?
Best regards,
RikardFebruary 4, 2024 at 1:41 pm #1432923Hi Rikard,
Yes, I would like to try that. Could you please show me or do it yourself on my site? Also, what about the other question: the light font color on this menu: https://abogadonotarioonline.com/notaria
Thanks,
Ramon
February 4, 2024 at 7:46 pm #1432939Hi,
You can try this in Quick CSS to change the menu to the mobile menu at an earlier point:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Simply change the 1024 value to the pixel value of your choice.
Please try this in order to change the colour of the mega menu titles:
#header .mega_menu_title { color: #000; }
Best regards,
RikardFebruary 5, 2024 at 12:30 am #1432955Ok, thanks, but what would that do exactly?
Regards,
Ramon
February 5, 2024 at 3:18 am #1432962Hi,
The modification above should adjust the breakpoint of the mobile menu and display it when the screen width is less than 1024px. You can adjust the breakpoint by editing the max-width value in this line.
@media only screen and (max-width: 1024px) {
However, instead of making the modifications above, have you considered moving the phone number above the main header to create room for the main menu? You can adjust this in the Enfold > Header > Extra Elements > Header Phone Number/Extra Info settings.
Best regards,
IsmaelFebruary 5, 2024 at 7:49 pm #1433043Ok, I added the CSS but the Menu (I got rid of the Mega Menu) still only displays the top 13 out of the 17 items: https://abogadonotarioonline.com/notaria
Also, as for the phone number at the Enfold Extra Elements that you mentioned, how can I add the following number/text: “📞 1-844-931-4968 (no afidávits)”
Regards,
Ramon
February 5, 2024 at 8:12 pm #1433046Just in case, the problem is while accessing the menu via my 13-inch MacBook, not via the iPhone.
February 5, 2024 at 10:10 pm #1433056Hi,
Please try adjusting the 1024 value like mentioned above, you could try 1400 for example.
Best regards,
RikardFebruary 5, 2024 at 10:45 pm #1433067Hi,
Ok, I just increased to 1400. However, what does exactly that do again? These were my 2 pending issues, please advise:
1. …Ok, I added the CSS but the Menu (I just got rid of the Mega Menu) still only displays the top 13 out of the 17 items: https://abogadonotarioonline.com/notaria
2. …Also, as for the phone number at the Enfold Extra Elements that you mentioned, how can I add the following number/text: “📞 1-844-931-4968 (no afidávits)”?
Regards,
Ramon
February 6, 2024 at 11:03 am #1433204 -
AuthorPosts
- You must be logged in to reply to this topic.