1. tuki
  2. Commercial Templates
  3. Monday, 27 June 2016
  4.  Subscribe via email
Hello Ciarán,

My client asked me a customization. I user enlighten, and the responsive layout order showing now sidecol-a, sidecol-b, main content. I would liket to change it for the following: sidecol-b, main content, sidecol-a.

Can you help me where to change it?

Thanks a lot!
Have a very beautiful day!
Regards,
Peter
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Peter

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 {
order: 1;
}
}


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


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