Replies: 0
Hi,
Can anyone advise on managing columns? I want a 4 column image and a 8 column text area on the homepage. Firstly, what framework does Storefront use?
I can’t seem to do it using gutenberg and had to install classic to for simple div editing.
I did try a plugin called Bootstrap Blocks for Gitenberg but could only get 2 or 3 equal columns.
Or advice on a page builder that works with Storefront?
Trying to get something along the lines of this…
<div class=”container-fluid”>
<div class=”row”>
<div class=”col-sm-4″></div>
<div class=”col-sm-8″>
<h2 class=”color-primary”>We’ve got your new favourite products</h2>
</div>