Hi cemsdb,
You can add the following code to the "/templates/ja_platon/less/modules.less" file in template "ja_platon.
/*Custom module position on small screen*/
@media (max-width: 1199px) {
.t3-spotlight.t3-spotlight-1.row {
display: flex;
flex-direction: column;
.col-lg-6 {
&:nth-child(1) {
order: 2;
}
&:nth-child(2) {
order: 1;
}
}
}
}
Then click the Less to CSS button to compile your changes.
If you have any issue, you can send me the site URL for further checking.