1. HighlandJ51
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 02 March 2016
  5.  Subscribe via email
I've gone through all the answers in the forum for moving the sidecol module below the main content in mobile views (without success) and wonder if there's a solution for joomla 2.5 sites? I keep seeing solutions that are marked for version 3 only...

The site I'm working on is at http://216.122.105.37

Thanks,
Jeff
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jeff

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
Accepted Answer Pending Moderation
0
Votes
Undo
Ciarán -

As always, a quick reply and a perfect solution. Thanks for your help!

- Jeff
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Always happy to help! 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!