Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1433858

    Can I get a clear solution, perhaps with a non-technical explanation, about why my webpage, as seen on a 13″ MacBook, has an overextended Header and the Menu list items are not all displayed, with the last 3-4 items missing? I tried the Mega Menu option, but the text was too light. I wished there was an option here to upload a screenshot.

    #1433883

    Hey ramonolivencia,

    We have given you the available options in your other thread, why not continue in that? You can upload screenshots to a service like Google Drive, Dropbox, Imgur, Snipboard etc, then link to it here.

    Best regards,
    Rikard

    #1434012

    Hi Rikard,

    It is now worse on my 13″ Apple laptop, as you can see here: https://snipboard.io/0HYMQf.jpg

    So, I had to delete the CSS you provided, but the same issues are still there:

    1. overextended header menu, and,

    2. menu items not fully listed.

    Is it possible for you to go into my backend and try to fix the two issues and then tell me exactly what you did?

    Regards,

    Ramon

    #1434056

    Hi,

    I’ve added this CSS for you:

    @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;
      }
    }

    It activates the mobile menu at 1500 pixels wide screens. Please review your site.

    Best regards,
    Rikard

    #1434181

    Hi Rikard,

    Great, that fixed the HEADER on my laptop, but the Menu items for the “Notaria” menu are still not listed completely.

    Regards,

    Ramon

    #1434216

    Hi,

    I can’t see anything wrong on my end, could you try to explain the problem a bit further please?

    Best regards,
    Rikard

    #1434310

    Hi,

    But the header now disappears once you go to pages other than the home page! :/ Also, please note the new credentials below.

    Regards,

    Ramon

    #1434326

    Hi,

    I can’t see that happening on my end either, could you post a link to where we can see the actual problem please?

    Best regards,
    Rikard

    #1434334

    Hi Rikard,

    Well, I just migrated from a 13 inch to a new 14 inch MacBook laptop and that issue with the header seems to be fixed since it is now appearing on all pages across the website. However, the 2nd issue I mentioned (not all items appearing at the sub-menu for “Notaria”), is still occurring but, again, I don´t want to switch the view to a Mega Menu since, even though that might fix that particular issue, it would make it look different from the other existing menu listings (“Herencia” and “Registro Demografico”). So, any other suggestions would be welcomed.

    Regards,

    Ramon

    #1434379

    Hi,

    Thanks for the update. The only suggestion I have is to order your menu items in a different way, it’s impossible to take all kinds of browser heights into account unfortunately. A user could set their browser to any height vertically.

    Best regards,
    Rikard

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