3rd December 2017, 10:49
#2
1 out of 1 members found this post helpful.
Ar fi trei solutii:
- o tema cu off canvas sidebar gen https://wordpress.org/themes/fanoe/
- o tema care are page template gen left-sidebar page
- adaugi un cod css suplimentar la tema curenta, trebuie sa cauti in tema clasele css pentru wrapper, content si sidebar:
/* sidebar top on mobile */
@media only screen and (max-width: 800px) {
.wrapper {display:table;}
.content {display:table-footer-group; float: none;}
.sidebar {display:table-header-group; float: none;}
}