Thanks for that link to the lightbox; I bookmarked it and will try it out myself. Also thanks for the correction on the cat being Sacred Bima.
You mentioned columns…the sidebar positions available should give you the column layouts (if using widgets). Although I realized I did not include a content bottom set of 4 sidebars; only above the content. I will have to try and remember to add that to the next update.
There is one other method which works with the Bootstrap structure being used in this theme if you needed responsive columns without a third party plugin or custom coding. This will work in a single text widget or your content:
<div class="row">
<div class="col-md-3">your content here</div>
</div>
To get 4 columns you would just repeat this 3 more times after each other:
<div class="col-md-3">your content here</div>
…something I should add as a tutorial on my site for.
Anyway, I am glad to hear things are working for you now ??
Future note: I am working on a shortcode/html snippet plugin which will include the ability to insert column layouts for any theme.