-
AuthorPosts
-
October 22, 2015 at 2:48 pm #522994
Hi,
My website is with left menu.
I know how to choose to display mobile menu on smartphones and tablets in Enfold theme options > Header > Mobile Menu, but this doesn’t appear like this on my website when I look on tablet view, the menu stay at the left and take a lot of place, it’s difficult to read content.
Is it possible to force to display mobile menu for a bigger size than you configured when view is on ipad size in order to have place for the content?Thank you
October 22, 2015 at 6:01 pm #523187Hey Dradule!
Add this to your custom CSS.
@media screen and (max-width: 1200px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Regards,
ElliottOctober 27, 2015 at 3:49 pm #525527Hi,
Thanks for this CSS, but this doesn’t work properly : it’s only show menu like button but the left side block is still there with logo!
Can we adjust that to only have top button menu?
Thank you,October 28, 2015 at 4:47 pm #526274Hey!
Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottOctober 29, 2015 at 3:37 pm #526857Hi Elliott,
How can I send you images of screenshots?October 29, 2015 at 3:40 pm #526864Hey!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitOctober 29, 2015 at 3:57 pm #526894Ok!
So it’s two screenshots, the first is actual view and the second is what I want to have (it’s the view when I reduce the page more than the size of tablet).
Thanks for helping!October 29, 2015 at 5:32 pm #527010Hey!
Add this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 1200px) { .av_one_third, .av_two_third { display: block !important; width: 100% !important; } } </style>
Regards,
ElliottOctober 29, 2015 at 5:50 pm #527042Ok, thanks.
But when I do this there is more place for the content because it is on one columns but left menu is still there! Can’t we have the menu on the top like on mobile view?October 29, 2015 at 8:47 pm #527131Hey!
Navigate to Dashboard > Enfold > Header > Mobile Menu and set the mobile menu to activate for tablets instead of just smartphones.
Cheers!
ElliottOctober 29, 2015 at 9:00 pm #527141I know this and it’s the first thing I do! Header options are not available because main menu placed in sidebar.
Sorry but can you help more?October 30, 2015 at 5:48 pm #527585Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitOctober 31, 2015 at 4:11 pm #527927Hi,
Admin login created!November 9, 2015 at 11:29 am #532481Hey!
try to update to the newest Enfold version, because there are lots of new features and bugfixes. However, unfortunately I don’t think it can be done easily what you want to achieve. It would require a huge amount of time and customization of the theme to achieve a behavior like this. If you really need it, then you would need to hire a freelance developer for this job.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.