Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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.

    #1429121

    Hey 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,
    Rikard

    #1429135

    Hi 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!

    #1429151

    Hi,

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

    #1432885

    Hi 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.

    #1432914

    Hi,

    The mobile menu would be activated at a larger screen size, would you like to try that?

    Best regards,
    Rikard

    #1432923

    Hi 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

    #1432939

    Hi,

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

    #1432955

    Ok, thanks, but what would that do exactly?

    Regards,

    Ramon

    #1432962

    Hi,

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

    #1433043

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

    #1433046

    Just in case, the problem is while accessing the menu via my 13-inch MacBook, not via the iPhone.

    #1433056

    Hi,

    Please try adjusting the 1024 value like mentioned above, you could try 1400 for example.

    Best regards,
    Rikard

    #1433067

    Hi,

    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

    #1433204

    Hi,

    1. On which screen size is that? You might need to adjust the value again.

    2. I can see that on your site already, I’m guessing that you found the answer yourself?

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.