-
AuthorPosts
-
April 9, 2015 at 9:20 pm #426203
Hi, on smaller screen size (i.e. iPad), the menu gets under the logo; how can I correct that?
Thanks
DavidApril 9, 2015 at 9:45 pm #426219Hey davidesieb!
Add this to your custom CSS.
@media screen and (max-width:999px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Regards,
Elliott- This reply was modified 9 years, 7 months ago by Elliott.
April 9, 2015 at 9:55 pm #426223Hi Elliott, thanks for your answer; but that doesn’t seem to solve the problem…
Any idea?April 9, 2015 at 10:06 pm #426228Oh, and btw, do you know what’s the better way to align the footer columns with the columns on the page?
Thank youApril 10, 2015 at 5:37 am #426352Hey!
Alignment seems to be fine on my end – http://i.imgur.com/iXx8MhJ.png
Can you please post a screenshot and show the changes you would like to make?Regards,
YigitApril 10, 2015 at 4:21 pm #426633Hey Yigit, thanks for your answer. The first column is ok, is the next ones; it seems to have a padding/margin I can’t remove
April 10, 2015 at 4:21 pm #426635And any idea concerning the overlapping of the logo/menu problem? Still unresolved…
April 11, 2015 at 9:21 am #426964Hey!
You can add this to the Quick CSS field to show the mobile menu earlier:
@media only screen and (max-width: 1100px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; }}
Remove browser cache then reload the page.
Regards,
IsmaelApril 11, 2015 at 6:13 pm #427054Hi Ismael, thank you, but I tried your code, and nothing seems to change…
Thank you for your help!
; )
DavidApril 13, 2015 at 4:09 pm #427551Hi!
Add the code to the very top of the Quick CSS field. This will ensure none of your other code is causing problems from typos, etc etc. Also make sure to clear your browser cache and any caching related plugins you might have installed.
Cheers!
ElliottApril 13, 2015 at 4:32 pm #427582Hi,
I just did that; and I tried to remove every other css change there but with no avail.Still no change…
Is it because I’m using extensions like Microthemer?Thanks for your help!
DavidApril 14, 2015 at 12:05 pm #428151Hi!
Is it working when you deactivate the plugin? Please post the login details here so that we can check it. Set it as a private reply.
Cheers!
IsmaelApril 14, 2015 at 3:20 pm #428265This reply has been marked as private.April 15, 2015 at 4:38 pm #429036Hey!
It should be working now. Make sure to clear your cache if your not seeing any changes.
Cheers!
ElliottApril 15, 2015 at 4:40 pm #429037It is!
thank you!
; )April 16, 2015 at 8:38 am #429400 -
AuthorPosts
- The topic ‘Menu under logo’ is closed to new replies.