Hi Tomasz,
Please within your admin dashboard navigate to Appearance > Customizer > scroll down to Additional CSS tab and paste this CSS code. This will enable sidebar on mobiles:
.wpb_widgetised_column {
display: block;
max-width: 238px;
margin: 0 auto;
}
.sidebar-right .widget-area, .sidebar-left .widget-area {
display: block;
}
Let me know if you have any questions at all.
Cheers!
Lazar
Hi, everything works fine... however, I set max-width: 100%
greetings
Tom