Question

I am using magento ver 2.2.2 and installed ultimo theme.I want to create home page in 3 column layout.But when I enable 3 column layout i can not see 3 columns in frontend.Please check attached screenshot.

enter image description here

Was it helpful?

Solution

Are you just doing content? Ultimo uses the Bootstrap Grid. You can create any columns you want for the home page. It is under 6.4 on the user manual.

<div class="col-sm-4">
</div>
<div class="col-sm-4">
</div>
<div class="col-sm-4">
</div>
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top