1. gcopping
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 04 February 2017
  5.  Subscribe via email
If side column modules are present and I wish them to be displayed on the responsive design, they are displayed before the main content of the page. Can you please explain how I can get them to appear after the main content of the page?

Thanks.
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
Thanks Ciarán that worked fine.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Good... thank you for the update! :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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