Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1004419

    Hi, I have a problem with the main menu display: on a PC with 10 ” inch screen up to 15 ” the menu is not seen as it should

    #1004433

    Hey dariosolarino,

    Please elaborate the issue and share a link to the site and upload a screenshot of the issue to one of the below sites and share the link here so we can help you better :)

    https://snag.gy/
    https://ctrlv.cz/en/
    https://imgur.com

    Best regards,
    Vinay

    #1004453
    #1004454
    #1004577

    Hi,

    Looks like there is not enough space for the menu items to fit in so it’s jumping to the next line.

    Please perform the steps mentioned here to resolve the issue.

    Best regards,
    Vinay

    #1004604

    unfortunately I could not solve, I tried the css commands in the guide but nothing changes.

    #1004619

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    #1004629

    Ok, i’ve installed the plugin, in the private field there is direct link to login.

    #1004764

    Hi,

    The menu items are very long and there is simply no space so I have added the below code in the Quik CSS section to trigger the mobile menu at 1500px.

    /* Activate burger menu */
     @media only screen and (max-width: 1500px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }}

    Please review the site and let us know what you think :)

    Best regards,
    Vinay

    #1004833

    Thank you so much.

    #1004861

    Hi dariosolarino,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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