Hi

You can try this custom CSS:

@media (max-width: 576px) {
.t3-mainbody .t3-sidebar {
    position: absolute;
}

.t3-mainbody {
    position: relative;
}
}
3 months later
Write a Reply...
You need to Login to view replies.