1. arieb
  2. Commercial Templates
  3. Monday, 22 February 2016
  4.  Subscribe via email
Hello,

Is to show the Sidecol b Modules in Brooklyn Responsive after the mobile content and not above it?

Tnx greetings Arie
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Arie

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!