to add the X to the navigation
.stylesheet_zcsutom.css
line 266 you will see style
.btn-outline-primary
Just add this to show the X
Code:z-index:4;
if you want to resize the navbar width
stylesheet_custom_navigatoion.css
line:12
change the width to the desired size
Code:.sidebar { position: fixed; top: 0; bottom: 0; right: 0; width: 300px; background-color: #fff;


Reply With Quote

