Tagged: enfold, left menu, mobile version, widget area
Hi Guys,
Thanks again and again for your so amazing theme!
I’ve set up the website using the left menu version. At the end i’m using a widget to display an image.
This image/widget is not displayed when i’m in mobile version. Any idea?
Thanks in advance,
Eldrico
Hey eldrico!
Please 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;
}}
Regards,
Yigit
Thanks Yigit,
It display my widget/image but not on my menu like on the pc version, it displays it on top of the website.
Regards,
Eldrico