Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap 3 push/push for small screens only

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263104
    ruudz
    Participant

    Hi :)
    I’m having a bs3 page with 3 columns layout as below:


    | 1 | 2 | 3 |


    3 X 6 X 3

    on large screens this is fine, however, on small screens(mobile phones), i want the order to be: 2>1>3 like below:


    | 2 |


    | 1 |


    | 3 |


    what should I use for to achieve this functionality?

    #263110
    Paulie_D
    Member

    Flexbox or CSS Grid.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.