Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #283864

    Hi, Is it possible to display the logo when responsive menu is open. I.E next to the toggle icon. Could not find this in the forum anywhere.

    Thanks.

    #283910

    Hey!

    Try adding this code to the Quick CSS:

    #mobile-advanced {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 16%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(16%,rgba(255,255,255,0)), color-stop(17%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 16%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 16%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 16%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 16%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 100%);
    }

    Cheers! 
    Josue

    #283913
    This reply has been marked as private.
    #283960

    Hey!

    Try moving the x button, modify the top/right values:

    #advanced_menu_hide{
    top: 20px;
    right: 10px;
    }

    Regards,
    Josue

    #293716
    This reply has been marked as private.
    #293717
    This reply has been marked as private.
    #293800
    #294286

    Thanks Yigit.

    Easy flexible solution. I tried lots of approaches. With your solution I could delete heaps of CSS.

    Wow you and Endfold rock.

    #294290

    Hey!

    You are welcome Denis, glad we could help! :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Display logo when responsive menu is open.’ is closed to new replies.