1. Steven Breukel
  2. General
  3. Tuesday, 18 April 2017
  4.  Subscribe via email
Hi,

I'm using the new template London.

I have a problem with loading a sidecol on a mobile device.

I'm using RSform for a form. I have put it in sidecol 2a.
(Sidecolumn Positioning is on 'after')

When loading de page on my mobile device (iPhone 7). The form is loaded first, instead of after.

But when I move the page a little downwards, the text is shown and the form is placed under the text.

Please help?
References
  1. http://www.bruckel-reclame.nl/nieuwe-site/index.php/huisstijl
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: flex;
flex-direction: column;
}
.sidecol_a, .sidecol_b {
order: 1;
}
}


Ciarán
  1. more than a month ago
  2. General
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for you input, but it still doesn't work :(
The Sidecol 2a is still shown first.
After(a little) movement it disappears and the main text is loaded. And the sidecol 2a has moved to the right position.
  1. more than a month ago
  2. General
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. General
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Steven

This issue has been amended and should now be displaying correctly on iPhone with the suggest custom CSS.

Ciarán
  1. more than a month ago
  2. General
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Yes! It works! Thank you!
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


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