Title: Index side by side
Last modified: August 20, 2016

---

# Index side by side

 *  Resolved [Didicoen](https://wordpress.org/support/users/didicoen/)
 * (@didicoen)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/index-side-by-side/)
 * Hello,
 * Sorry if this question was already treated, but it is not easy to search in those
   forums…
 * I’d like to show a kind of index for my galleries, using the short display (with
   shortcode : [print_gllr id=123 display=short]). I’m managing it but, I would 
   like the gallery to show side by side and not one above the other.
 * Here is what I have now :
 * [http://didier-coenegracht.ch/imgs/screen1.jpg](http://didier-coenegracht.ch/imgs/screen1.jpg)
 * And here is what I would like to have :
 * [http://didier-coenegracht.ch/imgs/screen2.jpg](http://didier-coenegracht.ch/imgs/screen2.jpg)
 * If I could possibly have them centered it’ll be even better.
 * Thank you for your help.
 * DC
 * [http://wordpress.org/extend/plugins/gallery-plugin/](http://wordpress.org/extend/plugins/gallery-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [doubled](https://wordpress.org/support/users/doubled/)
 * (@doubled)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/index-side-by-side/#post-3549136)
 * Hi,
    You will need to edit gallery-plugin/css/stylesheet.css
 * Find .gallery_box li
 * and change it for example to
 *     ```
       .gallery_box li
       {
           padding: 0px 0px 0 0;
           margin: 0px 0px 0 0;
           width:450px;
           display:inline!important;
           float:left!important;
       }
       ```
   
 *  Thread Starter [Didicoen](https://wordpress.org/support/users/didicoen/)
 * (@didicoen)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/index-side-by-side/#post-3549141)
 * Ok cool ! Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)

 The topic ‘Index side by side’ is closed to new replies.

 * ![](https://ps.w.org/gallery-plugin/assets/icon-256x256.gif?rev=2580845)
 * [Gallery by BestWebSoft - Customizable Image and Photo Galleries for WordPress](https://wordpress.org/plugins/gallery-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-plugin/reviews/)

## Tags

 * [album](https://wordpress.org/support/topic-tag/album/)
 * [display](https://wordpress.org/support/topic-tag/display/)
 * [gallery](https://wordpress.org/support/topic-tag/gallery/)

 * 2 replies
 * 2 participants
 * Last reply from: [Didicoen](https://wordpress.org/support/users/didicoen/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/index-side-by-side/#post-3549141)
 * Status: resolved