Applying bootstrap 4 built-in grid system

Dear Sir/Madam,

Sorry that I am new to Bloc, I make the html using text editor before, now I want to design a webpage using Bloc but I don’t have idea how to do, I have two column

<div class="col-12 col-sm-12 col-md-4 col-lg-3 col-xl-2"></div>
<div class="col-12 col-sm-12 col-md-8 col-lg-9 col-xl-10"></div>

Pease advise how I can make above setting from Bloc, I don’t plan the have the class-id and assign the width to each class. I just want to use Bootstrap 4 default grid system. Could you show me the steps how I can do that?

Best regards,

Kelvin

Hi! I hope I have understood you correctly. Blocs is using the bootstrap framework, so you don´t have to write the col infos by yourself. Have a look here: Column Control – Blocs – User Documents

Some resources you should check out.

Free Tutorials:
BlocsMaster
BlocsBuilder

Training:
BlocsMaster

1 Like