1. webwahoo
  2. Commercial Templates
  3. Friday, 01 April 2016
  4.  Subscribe via email
In some of your newer templates you have an options to make the sidecolumns appear after the main content in the mobile version. I am using the Enlighten template which does not have that option.

How can I make the sidecolumns appear after the main content?

thank you
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:table;
}
#content_remainder {
display: table-row-group;
float: none;
}
#sidecol_a, #sidecol_b {
display: table-footer-group;
float: none;
}
}


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!