1. tschiwi
  2. Commercial Templates
  3. Thursday, 22 December 2016
  4.  Subscribe via email
Hi,
by default you see the sidecol moduls before the main content while opening the template on phone or tablet ... I want to have them below the main content in the mobile view .. is that possible?

tschiwi
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

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


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
works perfect Ciarán! thank you :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!