I Enfold’s Theme :)
I need change the visualization order when the web see from a mobile or tablet.
I like first “Left sidebar” and after the content.
http://www.diegoestrada.es/diego-test
Thk for all.
Hi JUAN DE DIOS!
Thank you for using Enfold.
I’m sorry but it’s not possible without modifying the theme files. You can however achieve this with css but the effect might differ on different pages. Use this on Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar.smartphones_sidebar_active {
position: absolute;
}
main.template-page.content.nine.units {
margin-top: 300px;
}
}
Best regards,
Ismael