1. mediafrog
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 05 September 2017
  5.  Subscribe via email
hi ciaran,

how can I show on mobiles the modules after the content?
or is it possible the change the order (first module sidebar a, second content, and third module sidebar b)?

http://www.martin-cutandstyle.de/index.php

thank you again for your assistance.

regards
grit
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

#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
My apologies. I forgot to add the media query. You can use the following instead...


@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. # 2
  • Page :
  • 1


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