I want to add a custom gallery to my website via backend. For example let's take classic theme. I tried to add after</section> in Index.tpl but column rules exc didnt work. I tried to add html box block it didnt work either. . it doesnt take column rules exc just size of image. How can I solve this? I can not create an slider too.. Please help Just offer a simple gallery. Maybe I have problems with bootstrap but..
Edit History
I want to add a custom gallery to my website via backend. For example let's take classic theme. I tried to add after</section> in Index.tpl but column rules exc didnt work. I tried to add html box block it didnt work either. For example lets take an
<div class="row"> <div class="col-sm-6 col-md-4"> <div class="thumbnail"> <img src="https://i.imgur.com/4efeW0I.jpg" alt="..."> </div> </div> </div>
This code just doesnt work. it doesnt take column rules exc just size of image. How can I solve this? I can not create an slider too.. Please help