Hi veselinovm
Yes, you can do this with custom CSS. Following is the CSS to change the order of the sidebar and main content in mobile. Please add it to your custom.css file at "templates/ja_mixstore/css/custom.css"
@media (max-width: 480px){
.com_virtuemart.view-category .t3-mainbody >.row {
display: flex;
flex-direction: column-reverse;
}
}
I hope it is helpful and let me know if you have any questions.
Best regards.