When i add a widget to the main menu left sidebar in general layout, it doesnt appear in mobile version even with show sidebars on smartphones selected???
Hey cpages!
That’s the correct behaviour. If you want to display it then add this to your custom CSS.
.responsive #top .avia-custom-sidebar-widget-area { display: block !important; }
But it’s probably going to take more CSS work depending on which widgets your using.
Regards,
Elliott