Hello There,
Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS at the very bottom of you other custom css to avoid any conflict.
@media only screen and (max-width: 1445px) {
.x-sidebar,
.nano .nano-content {
position: relative;
display: block;
height: auto !important;
overflow: visible;
top: auto;
right: auto;
}
}
We would loved to know if this has work for you. Thank you.