Q & A /

I need columns to have full width on mobiles

Franciszek G. photo
Franciszek G. asked

I need to have two (or three) columns on my web page, but when user views it from mobile phone it must fill full width. How to do this?

Dmitriy Komarov photo
Dmitriy Komarov answered

The responsive grid is essential feature of Bootstrap. In terms of Bootstrap you need to have two columns with 6/12 (class col-md-6) but marked as 12/12 width on little displays (class col-12).

To do it with Bootstrap Editor visually, please select column you inserted and specify widths for all devices from mobile till desktop on the left sidebar.

Answer accepted