I am confused somehow the push menu is not working. When the view changes to mobile, the menu will not appear.
Heres My view :
<!DOCTYPE html>
<html lang="en">
<head>
<?= $this->load->view($head); ?>
</head>
<body class="hold-transition sidebar-mini layout-fixed">
<div class="wrapper">
<nav class="main-header navbar navbar-expand navbar-dark navbar-light">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#"><i class="fas fa-bars"></i></a>
</l开发者_开发技巧i>
</ul>
<ul class="navbar-nav ml-auto">
Please if there is a case similar to mine to share
精彩评论