1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Wednesday, 29 November 2017
  5.  Subscribe via email
Hello Ciarán,

Sorry to bother you again with this (https://www.joomla51.com/forum/sidecolumn-position-on-mobile-after-component).
On my clients website on mobile view the sidebar module is visible above the maincontent. When clicking on the screen or scrolling down the module 'jumps' to the bottom.
Maybe you have another suggestion to fix this?

Thanks!
Ton
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ton

The solution to this would vary slightly depending on your template. May I ask what template are you using?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

The template I'm using here is J51_Stockholm.

Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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, .sidecol_a, .sidecol_b {
order: 1;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

thanks you, this works!

Greetings,
Ton
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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