Widgets not showing on mobile (blank space)
Hello, after I updated the theme the widgets that show on web dissaprea on mobile leaving only a line and blank space. What could be the cause of this.
amra.ro/shop
Hello, after I updated the theme the widgets that show on web dissaprea on mobile leaving only a line and blank space. What could be the cause of this.
amra.ro/shop
Comments
Hi,
Please, go to Betheme -> Theme options -> Custom CSS & JS -> CSS, put there the following CSS code:
@media only screen and (max-width:767px){ .mcb-sidebar{ z-index: 1; } }After that, check if the problem persists.
Thanks
Thank YOU!