-
AuthorPosts
-
February 3, 2015 at 11:33 am #389985
Hi… when looking at my site on an ipad in portrait mode, the menu overlaps the logo… is there a way i can force the menu to appear as the mobile version on an ipad in portrait mode?
Also is it possible to specify that in portrait mode the website acts like it does on a mobile phone as i notice the site looks squashed and would rather it looked like it does on a mobile when in portrait mode on an ipad.
Thanks
February 3, 2015 at 11:48 am #389995read the last post from Yigit
February 3, 2015 at 1:36 pm #390030Yes I have read that post but its not exactly the answer.
What i am asking is how can i increase the mobile breakpoint so that the website looks like the mobile version on for example a screen less than or equal to 768px ?
Thanks
February 3, 2015 at 2:13 pm #390066Hi!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Cheers!
YigitFebruary 1, 2018 at 12:09 pm #906244Hi there,
I don;t have the option Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation.
Please assist.
February 1, 2018 at 10:55 pm #906500Hi,
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,
BasilisFebruary 2, 2018 at 10:34 am #906756Done. Please advise if you have received link.
Many thanks
February 3, 2018 at 6:06 am #907168Hi shaunbrickell,
I don’t see any login details, but that menu option has moved to Enfold->Main Menu. Please have a look there. If you need a custom breakpoint then you can use the following CSS:
@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; } }
Adjust the 1024 value to the width of your choice.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.