4
Hello, I’m trying to make a template in bootstrap (due to its responsiveness) but I’m stuck in a situation that I can’t find output without using javascript (which would be bad in my case).
I need the template to stay on big screens like the following Fiddle: http://jsfiddle.net/hsCw9/1/
And on small screens like: http://jsfiddle.net/hsCw9/2/
In case it was not clear, on small and super small screens, the blocks "P1" and "P2" have to leave the right side to afterward news as the first block has to come before news; Already on the medium screens up, the blocks "P1", "P2" and "Stuff" should come to the right side of the news.
I couldn’t find any solution without javascript. Any idea?
PS:: Don’t forget to resize the views in the fiddle so it stays the right way
You want the first block of the right-column to be before the first block of the left-column when on lower resolution devices?
– Zuul
Yes, the first block on the left should be before and the second block after on small resolution devices.
– Adriano Martins