I'm a beginner in semantic UI and I'm struggling to understand how to adjust the columns to fill in the blank space correctly. Can someone please explain how to do this? By the way, I am using the
`<div class="ui grid">
<div class="four wide column"></div>
<div class="four wide column"></div>
<div class="four wide column"></div>
<div class="four wide column"></div>
</div>`
Here is a sample code.
Take a look at this image to see how it should appear: Here