Title: responsive layout
Last modified: July 13, 2017

---

# responsive layout

 *  Resolved [tom84](https://wordpress.org/support/users/tom84-1/)
 * (@tom84-1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/)
 * Hi,
 * thanks for the plugin!
 * Is it possible to align the feed on mobile in the center of the div (simple-instagram-
   list). so that the two rows are centered and not on the left?
 * i look forward to hear from you, thanks!
 * Tom

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

 *  [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * (@omerblink)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9326945)
 * Hello Tom!
 * Sorry for the late reply… Somewhat wordpress.org is not notifying me for new 
   topics in my support forum.
 * Anyway … can you share the website you are using this plugin on?
 *  Thread Starter [tom84](https://wordpress.org/support/users/tom84-1/)
 * (@tom84-1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9339329)
 * Hello Omer,
 * i write you the login-details by contact-form of your website… can you have a
   look?
 * best regards
 *  [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * (@omerblink)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9339505)
 * Can you fill up the form on [http://imomer.com](http://imomer.com)
 *  Thread Starter [tom84](https://wordpress.org/support/users/tom84-1/)
 * (@tom84-1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9345293)
 * ok, i did it… you got the site details?
 *  [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * (@omerblink)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9345707)
 * Yes I did … Thanks 🙂
 *  Thread Starter [tom84](https://wordpress.org/support/users/tom84-1/)
 * (@tom84-1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9348850)
 * hey Omer,
 * you found a solution to align the feed on mobile in the center of the div?
 * best regards
    Tom
 *  [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * (@omerblink)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9349051)
 * Yes Tom 🙂
 * you need to add this CSS code in your theme’s CSS file
 *     ```
       @media (max-width: 600px) {
           #simple-instagram-wrap .simple-instagram-list {
               text-align: center;
           }
           #simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
               display: inline-block;
               float: none;
               margin: 0 7px 10px;
           }
       }
       ```
   
 *  Thread Starter [tom84](https://wordpress.org/support/users/tom84-1/)
 * (@tom84-1)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9349372)
 * thanks omer! good support!
 *  [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * (@omerblink)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9349391)
 * Don’t forget to rate my plugin Tom 🙂
 *  [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * (@omerblink)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9349394)
 * Pleasure helping 🙂

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

The topic ‘responsive layout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-simple-instagram_aeaeae.svg)
 * [Easy & Simple Social Feed](https://wordpress.org/plugins/easy-simple-instagram/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-simple-instagram/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-simple-instagram/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-simple-instagram/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-simple-instagram/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-simple-instagram/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [Omer Hussain](https://wordpress.org/support/users/omerblink/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/responsive-layout-22/#post-9349394)
 * Status: resolved