Bootstrap grid classes

Just trying to get a deeper understanding of the app.

I’ve seen several responsive display solutions recommended using repeated content areas with display: none applied where necessary. For example, making 4 columns display 2x2 on medium devices.

Is it not just possible to apply Bootstrap’s grid classes in the sidebar to those columns so the resulting markup is class=“col-lg-3 col-md-6;”?

Although probably not a big deal SEO-wise, you’re never sure what Google will do with duplicate content on a page.

Thanks.

I’m hoping to add column control in greater detail at some point soon, currently you can’t select columns, just rows.

Thanks Norm. Honestly, this is the only thing missing for me - I’d like more control of layout at medium device widths. I can always add the grid classes after export I guess. Looking forward to its addition.

1 Like