Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Ronald

    #637560

    Hey 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,
    Jordan

    #637724

    Thanks 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 .

    #638119

    Hi,

    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,
    Yigit

    #641440

    Hej 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
    Ronald

    #641848

    Hi,

    Please try the following CSS as well:

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle {
        top: 45px;
    }
    }

    Best regards,
    Rikard

    #641896

    Thanks Rikard.
    That works :-)
    Kind regards
    Ronald

    #642379

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.