I thought it was two modules.
I don't understand how to move a module from one position to another

I don't have enough brains

Can you share the code? is it css?
Code: Select all
@media only screen and (max-width: 767px)
#slide-navbar-collapse {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 80%;
height: 100%;
background-color: #ccd6df;
overflow: auto;
}
Code: Select all
<div class="col-sm-12 col-md-3 col-lg-3 col-xl-3 pt-menu collapse navbar-collapse" id="slide-navbar-collapse" style="display: block;">