Hello. Added new positions according to the instructions: https://www.joomlart.com/forums/d/30623-adding-a-module-to-main-body-area-in-t4-framework After that, sidebar-l was displayed before components in the mobile version. How do I make sidebar-l appear after components? Template T4 Template Blank
Hi mark256
Could you share the URL of that page and login info of your site so I can check?
saguaros Hello. I wrote the necessary information
mark256
You can try this custom CSS:
@media (max-width: 576px){ .t4-main-body .t4-row.row { flex-direction: column-reverse; } }
Hello thanks. For some reason now the modules are not displayed on the computer?
mark256 It's still showing at my end:
Thanks.