1. Tralala
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 17 November 2015
  5.  Subscribe via email
I use inter alia your tempates Classic and Journal.
In Classic modules in sidecolum-b are stacked under in phone-view, while in Journal that modules come above.

How can I make modules in sidecolumn-b make stack-under in the Journal template?
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
Right! This does the job.
  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!