Hello Support,
I checked the box Sidebar > Show sidebar on Smartphones in my Enfold Child Theme, but’s still it’s not showing at all.
What do I make wrong?
URL: https://www.videospielgeschichten.de/mea-culpa-kingdom-come-deliverance/
Any help would be appreciated.
Andre
Hello again,
i fixed it – a little bit ;)
Found out that I had this code in my child theme css:
/* Do not show sidebar on mobile */
@media only screen and (max-width: 990px) {
#top #main .sidebar { display: none !important; }
.content { width: 100% !important; border: none !important; }
}
Removed it.
Now it works on smartphones (iPhone).
BUT: on the iPad the sidebar is also shown with been cutted off on the right side.
How can I show the sidebar also (like with smartphones) under the post?
Kind regards
Andre
Hi Andre,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 990px) {
#top #main main.content {
width: 100%;
border: 0;
float: none;
}
#top #main .sidebar {
border: 0;
width: 100%;
}
#top #main .sidebar .inner_sidebar {
margin-left: 0;
}
}
Hope it helps :)
Best regards,
Nikko
Hi Nikko,
Worked for us!
Many thanks!
Robert
Hi Robert,
Glad that we could help :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!
Best regards,
Nikko