1. stebue@gmail.com
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 26 May 2017
  5.  Subscribe via email
Hi

I'm using the caitlin template on website http://www2.ccd.ch. In the responsive options I set sidecolumn positioning to "After Component". This works fine when the page is loaded in a wide browser window and after that made narrower to mobile width. But in normal case, when the page is loaded in a mobile browser, then the order is side column before main content. This can also be well demonstrated on the caitlin demo pages.
Is there an option to overcome this?

Stefan
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stefan

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
Thank you, Ciarán, this works fine!

Cheers,
Stefan
  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!