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

    #1438434

    Hey ramonolivencia,

    It’s displaying fine on my end, how can we reproduce what you are seeing on your end?

    Best regards,
    Rikard

    #1438463

    Hi Rikard,

    Ok, but how can I upload or attach a current screenshot so that you can see my missing WORDED menu?

    Regards,

    Ramon

    #1438470
    #1438483

    Hi,

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

    #1438545

    Hi 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

    #1438565

    Hi,

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

    #1438912

    Hi 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

    #1438941

    Hi,
    It sounds like you have sorted this out, shall we close this thread then?

    Best regards,
    Mike

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