• Resolved senordeer

    (@senordeer)


    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)
  • 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!

    Thread Starter senordeer

    (@senordeer)

    Gotcha on the multiple users, that’s great. On the padding, I added the feed to a test site:
    https://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.

    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

    (@senordeer)

    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.