Hello,
is it posible to set the sidebar on mobiles on top of the page?
Thank you for helping!
Hey Luisgasser,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .sidebar_right > .container {
display: flex;
flex-direction: column-reverse;
}
.responsive #top #main .sidebar {
display: block !important;
border-color: transparent;
}
.responsive #top #main .sidebar .inner_sidebar {
margin-left: 0;
}
}
Hope it helps :)
Best regards,
Nikko
great- Thank you!
Hi,
I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon