Hi Piotr,
What I have to do to show the SIDEBAR RIGHT column (or the INSET) also in the mobile and tablet view, next to mainboby?
I need to do this because I have to show the banners on the top, not on the bottom...
Thanks
@media (max-width: 1100px) {
#gk-mainbody-columns {
width: 73%!important;
}
#gk-sidebar-right {
width: 23%!important;
min-width: 23%;
}
}