Hi there,
Please add this css code.
@media only screen and (max-width : 320px) {
#offcanvas-toggler {
float: left;
line-height: 87px;
margin-left: 15px;
font-size: 40px;
z-index: 100;
position: relative;
z-index: 9999;
margin-top: 100px;
}
}
@media only screen and (max-width : 480px) {
#offcanvas-toggler {
float: left;
line-height: 87px;
margin-left: 15px;
font-size: 40px;
z-index: 100;
position: relative;
z-index: 9999;
margin-top: 100px;
}
}
-Thanks