-
AuthorPosts
-
September 1, 2018 at 4:44 pm #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
September 1, 2018 at 5:04 pm #1004433Hey 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.comBest regards,
VinaySeptember 1, 2018 at 7:32 pm #1004453September 1, 2018 at 7:33 pm #1004454September 2, 2018 at 6:52 am #1004577Hi,
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,
VinaySeptember 2, 2018 at 11:10 am #1004604unfortunately I could not solve, I tried the css commands in the guide but nothing changes.
September 2, 2018 at 12:56 pm #1004619Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
VinaySeptember 2, 2018 at 1:28 pm #1004629Ok, i’ve installed the plugin, in the private field there is direct link to login.
September 3, 2018 at 5:20 am #1004764Hi,
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,
VinaySeptember 3, 2018 at 10:33 am #1004833Thank you so much.
September 3, 2018 at 11:22 am #1004861Hi dariosolarino,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.