How to display “Recent posts” widget in smartphone or tablet displays? How to choose what will be displayed by Enfold theme depending on the device?
Hey crepindany,
First off, could you try updating the theme to the latest version (4.4.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Please note that you might have to delete the old version before you upload the new one in order for it to install properly.
Best regards,
Rikard
I’ll give it a try… hoping that there will be no side effect on my enfold child theme and that I’m still electable for theme updates.
Hi,
The sidebar is hidden by default on mobile devices. Please add this code to the quick css field to show it on mobile devices too:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #main .sidebar {
display: block;
}
}
Best regards,
Peter