Title: CSS padding + multiple users
Last modified: March 31, 2018

---

# CSS padding + multiple users

 *  Resolved [senordeer](https://wordpress.org/support/users/senordeer/)
 * (@senordeer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-padding-multiple-users/)
 * Hi there I have 2 separate questions.
    1. On the free version, do you have CSS
   to adjust the padding both between photos and also between rows? I have the following
   code:
 *     ```
       .wdi_layout_th .wdi_photo_meta {
               padding-bottom: 0px;
       }
       ```
   
 * but it does not decrease the space between rows.
 * 2. Is it possible to display photos from different users with ONE access token
   on the pro plugin? There is another instagram feed plugin that offers this option
   which is why I ask, you can use your own access token and display other user 
   feeds. Thanks in advance!

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

 *  [Web-Dorado Team](https://wordpress.org/support/users/wdteam/)
 * (@wdteam)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-padding-multiple-users/#post-10138056)
 * Hi,
 * 1. Would you please send the URL of the page? We need to have a closer look to
   suggest the right CSS.
 * 2. You can create and display Instagram feeds of different users. For example,
   for one feed you can use `user1` for the another feed you can use `user2`.
 * Thanks and have a nice day!
    -  This reply was modified 8 years, 2 months ago by [Web-Dorado Team](https://wordpress.org/support/users/wdteam/).
 *  Thread Starter [senordeer](https://wordpress.org/support/users/senordeer/)
 * (@senordeer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/css-padding-multiple-users/#post-10139069)
 * Gotcha on the multiple users, that’s great. On the padding, I added the feed 
   to a test site:
    [http://baublesandbackdropsbeta.wordpresstest.net/](http://baublesandbackdropsbeta.wordpresstest.net/)
 * Feed is full width in the footer, I just wanted to decrease the white space between
   images and more importantly decrease the white space between the 2 rows, so everything
   is evenly spaced. Thanks guys.
 *  [Web-Dorado Team](https://wordpress.org/support/users/wdteam/)
 * (@wdteam)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/css-padding-multiple-users/#post-10145855)
 * Hi,
 * Please, add the code below to Appearance ▸ Customize ▸ Additional CSS.
 *     ```
       .wdi_layout_th .wdi_photo_wrap {
           display:block !important;
           width: 100% !important;
       }
       .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
           border:none !important;
       }
       ```
   
 * Thank you and have a nice day!
 *  Thread Starter [senordeer](https://wordpress.org/support/users/senordeer/)
 * (@senordeer)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/css-padding-multiple-users/#post-10147121)
 * Perfect you guys are the best thanks!

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

The topic ‘CSS padding + multiple users’ is closed to new replies.

 * ![](https://ps.w.org/wd-instagram-feed/assets/icon-256x256.png?rev=2140072)
 * [10WebSocial](https://wordpress.org/plugins/wd-instagram-feed/)
 * [Support Threads](https://wordpress.org/support/plugin/wd-instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/wd-instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wd-instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wd-instagram-feed/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [senordeer](https://wordpress.org/support/users/senordeer/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/css-padding-multiple-users/#post-10147121)
 * Status: resolved