Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Rock Star-cannot scroll menu on mobile #312216
    magefa
    Participant

    Hey tikaram ,

    Thanks for checking .

    After I posted I was able myself to fix the issue with some additional CSS and make the MENU sticky .

    Here is the additional CSS I’ve added:

    #masthead {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    }
    .main-navigation a {
    color: #fff;
    display: bold;
    font-size: 20px;
    line-height: 0.5;
    outline-offset: -1px;
    padding: 12px 15px;
    white-space: nowrap;
    }

     

    Thanks,

    Kai

     

Viewing 1 post (of 1 total)