Tagged: boxed layout, left sidebar, smartphone, Widget
Hi, I’m working on kroppshalsanspa.se and some of the left sidebar items are missing on Smartphones.
I’ve selected Boxed Layout, Left Sidebar under “Logo and Main Menu”. Under Main Menu Sidebar I’ve selected a text widget with contact details called Kontakt.
Under Sidebar Settings I’ve checked “Show sidebar on smartphones”.
But using a smartphone, this contact details widget does not display.
– Do you know how to make it show up?
Hi wieslander!
You can add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
display: block;
}}
Cheers!
Yigit
Thank you for your great support as usual, Yigit!