1. chlyroju
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 26 March 2020
  5.  Subscribe via email
Hello,
I use the J51_Cashmere template on this site:
https://www.producteur-orchidees.fr/
On smartphones, sidecol modules are displayed before the home page.
Is it possible to reverse
thank you for your reply
cordially
Christian
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Christian

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767px) {
#main {
display: flex;
flex-direction: column;
}
.sidecol_1,
.sidecol_b {
order: 1;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
OK MERCI!! :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!