Tagged: mobile menu
-
AuthorPosts
-
May 24, 2016 at 11:02 am #637354
Hej Kriesi-team.
As stated above, the menu on my website is just partly showing in the header area. I tried to find an answer in the forum, but didn’t come across one. Can you explain why it is behaving like this? And is it (there after) possible to have the (mobile) menu following the scrolling up and down?
Thanks in advance for your reply.
Kind regards
RonaldMay 24, 2016 at 4:00 pm #637560Hey Ronaldgoudriaan,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_toggle { margin-top: 0px !important; position: fixed; top: 0; right: 15px; }
Best regards,
JordanMay 24, 2016 at 9:08 pm #637724Thanks a lot Jordan!!! Think I have to dive into css and learn to play with it..
But before,that, how do I ‘manipulate this menu, f.eks
I. to color, #e37b2b – little transparant
II. ‘MENU’ in sted for the icon
III. not stuck to the ‘ceiling’ but a few pix from it,
IV a cirkel in sted for a square.Hope it is not too much asking ;-)
Thanks igen in advance for your reply.
Kind regards
Ronald .May 25, 2016 at 4:43 pm #638119Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
a#advanced_menu_toggle:before { content: 'Menu'; font-size: 14px; top: -7px; position: relative; } #mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a { background: rgba(227,123,43,0.5) !important; } #advanced_menu_toggle, #advanced_menu_hide { border-radius: 100px; }
Best regards,
YigitJune 1, 2016 at 1:00 pm #641440Hej Yigit
Thanks a lot. That worked.. for a couple of days. But the icon is gone now. It worked for just an hour ago…
Haven’t changed anything within the (quick) css.
Thanks in advance for your reply.
Kind regards
RonaldJune 2, 2016 at 6:19 am #641848Hi,
Please try the following CSS as well:
@media only screen and (max-width: 767px) { #advanced_menu_toggle { top: 45px; } }
Best regards,
RikardJune 2, 2016 at 8:27 am #641896Thanks Rikard.
That works :-)
Kind regards
RonaldJune 3, 2016 at 5:59 am #642379 -
AuthorPosts
- You must be logged in to reply to this topic.