Viewing 1 replies (of 1 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    To make the top menu sticky, please add the below custom CSS under Theme Options > CSS Styles

    #top-menu-container
    {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100001;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘A sticky menu could be made’ is closed to new replies.