• Hi there.

    I am wondering if anybody can help me. I am wanting to create a image gallery of my work. This will include images that are shots of before & after. So it is very important that my gallery order is correct.

    When I am in the back end of my site, when creating the gallery, all my image’s are in the correct order. But when I go and see the page live, the order has completely changed. I can’t seem to find anywhere where I can change this order. The only option it gives me is to reverse the order.

    What would be exceptionally nice is if I could somehow display my images so that the before and after’s sit side by side to one another.

    I hope this all makes sense. I would be truly grateful to anyone that could assist me as I have spent a lot of time trying to resolve this.

    Thanks very much

    My website is https://www.ceramicmechanic.co.za and the page that I am having an issue with is https://www.ceramicmechanic.co.za/category/recent-work/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you using a plugin to show the images?

    Thread Starter KirstHen777

    (@kirsthen777)

    No, I am using the normal gallery that comes with the theme.

    Use the following HTML, which works with the underlying bootstrap grid:

    <!-- ******************NEW ROW OF CONTENT****************** -->
    <div class="row-fluid">
    
    	<div class="span2">
    		image here
    	</div>
    
    	<div class="span2">
    		image here
    	</div>
    
    	<div class="span2">
    		image here
    	</div>
    
    	<div class="span2">
    		image here
    	</div>
    
    	<div class="span2">
    		image here
    	</div>
    
    	<div class="span2">
    		image here
    	</div>
    
    </div>
    <!-- ***************END OF ROW OF CONTENT****************** -->

    Thread Starter KirstHen777

    (@kirsthen777)

    Thanks very much for taking the time to do that for me. I feel really stupid for asking this question, but this is the first website that I have build by myself. Where do I find the underlying bootstrap grid? Thanks again for your help ??

    Details here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gallery Order’ is closed to new replies.