• Resolved Kilahim94

    (@kilahim94)


    Hello i fixed navigation menu on my website by adding this code :

    `.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    }

    Its working fine on desktop version :-). But not working on responsive mobile menu. How i fixed mobile menu? i adding “position: fixed;” into the .responsive-nav class and .responsive-logo in css but menu is not fixed in responsive version of my site. It is something way how i fixed responsive menu and other header element? The link of my site is : https://www.prc.sk/. Thank you ??

  • The topic ‘Fixed menu for mobile (Responsive)’ is closed to new replies.