• If I click on the nav bar icon on mobile, it won’t close unless I select one of the menu. There is no option to cancel selection such as if click any place on the page, it doesn’t close the nav bar. If this could be fix, that would be great!

Viewing 1 replies (of 1 total)
  • For this go to wp-content/themes/convac-lite/css open bootstrap-responsive.css file and replace the code at line:1085 with the following code

    div.sktmenu-toggle {
        position:absolute;
        top:10px;
        right:0;
        float:right;
        background-color:#333;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Navigation bar on responsive view’ is closed to new replies.