Hi!
You can remove the menu by adding a bit of css in "Custom CSS for Mobile Version" field in "Lay Options" -> "Misc Options".
.navbar, nav{
display: none;
}
body{
padding-top: 0!important;
}
Hi!
You can remove the menu by adding a bit of css in "Custom CSS for Mobile Version" field in "Lay Options" -> "Misc Options".
.navbar, nav{
display: none;
}
body{
padding-top: 0!important;
}
Hi Marius!
Yes the custom CSS/HTML code seems to conflict with the rest.
Thank you for the suggestion, I'll make the proper adjustments.
Cheers!
Taemin