Tagged: mobile, navigation, tablet
-
AuthorPosts
-
April 27, 2015 at 9:45 pm #435661
Hi,
I am having issues with the main navigation on tablets..
When I view my site on my iPad / tablet I have noticed my navigation shrinks and at one point hides behind the logo vs dropping below the logo or changing into the mobile menu. Is there a way to have it display the mobile menu or drop below the logo when viewed on a tablet or when the browser reached a particular size? (Once I get to 1160px my first navigation link is about to go behind the logo.)
Thanks for your help,Donny
April 28, 2015 at 10:46 am #435903Hey Dmichel!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1160px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Best regards,
RikardMay 13, 2015 at 7:15 am #443559This reply has been marked as private.May 13, 2015 at 5:26 pm #443868Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) { nav.sub_menu { display: none !important; }}
Cheers!
YigitMay 13, 2015 at 8:06 pm #443975This reply has been marked as private.May 15, 2015 at 4:36 am #444724Hey!
Please try the following as well:
@media only screen and (min-width: 480px) and (max-width: 767px) { #avia3-menu { display:block !important; } .avia3-menu { min-width:100% !important; } }
Cheers!
RikardMay 15, 2015 at 4:47 am #444727This reply has been marked as private.May 15, 2015 at 10:15 am #444860Hi!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Best regards,
RikardMay 15, 2015 at 7:48 pm #445123This reply has been marked as private.May 18, 2015 at 10:47 am #445568Hi!
Try to delete the comments directly in the database. Use this plugin: https://wordpress.org/plugins/wp-optimize/
Please create a backup of the database before using the plugin.
Cheers!
IsmaelMay 18, 2015 at 7:41 pm #445989This reply has been marked as private.May 20, 2015 at 7:09 am #446940Hey!
It is hidden by default because there’s not enough space in the socket container and on mobile devices you can just double tap to scroll back to the top of the site. Maybe, you should add another menu item in the main menu with drop down, same items as the footer menu.
Or use this to enable to enable the footer menu on mobile:
@media only screen and (max-width: 768px) { .responsive #socket .sub_menu_socket { display: block !important; }}
Cheers!
IsmaelMay 20, 2015 at 8:24 pm #447409This reply has been marked as private.May 20, 2015 at 10:58 pm #447457Hi!
Yes, you can post your website to Enfold showcase thread – https://kriesi.at/support/topic/enfold-showcase/ :)
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.