Investement Demo Mobile CSS issue.

edited January 2016 in Other
Hi everyone, 
Using the betheme INVESTMENT demo as starting point. The page "HOW IT WORKS" has an interesting layout of columns
When you visualize that page on mobile (ios and android I tested) the layout is a mess without sense.
Check my screenshot and how I think the layout should be.
Could you help me to fixed that to get  the "desired" version of the layout on mobile.

Thanks in advanced, 
Richard


image

Comments

  • edited January 2016
    Hi,

    everything is fine here. This is how responsive works. Responsive mode, read the content from the left to right side always and you can not change it's position on mobile devices.

    Thanks for understanding!
  • Thank you for your help, it is a pity, maybe Im wrong. 

    To solve (by hand) I added a class name to each column and if I detect the web is on mobile, I execute a "sort" with jquery to put all the block in a correct way. I know it is not the best way but at least works for me.
  • If that works for you then fine but like we previously wrote, responsive read the content always from the left side to the right. However, if you know coding and you can handle it for your needs, then everything is possible.
Sign In or Register to comment.