• Resolved chrysostomo

    (@chrysostomo)


    Hello,
    I would put the plug in my footer but for the image to stay horizontal. As this blog: https://paperandlace.com/

    However, the images are upright and insert the code

    .NULL-instagram-feed .instagram-pics {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .NULL-instagram-feed .instagram-pics li {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    }
    .NULL-instagram-feed .instagram-pics li {img
    padding: 3px;
    }

    They are in a row of 3×4 in the footer.
    Can anyone help me?

    https://www.ads-software.com/plugins/wp-instagram-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Hi

    Can you provide a link to your own website so I can take a look. It may be that your theme does not allow the images to sit across the entire width of your website.

    Thread Starter chrysostomo

    (@chrysostomo)

    Hi Scoot,

    The site is https://danielabrousse.com. The footer of the site is separated into three columns, it interfere?

    Thread Starter chrysostomo

    (@chrysostomo)

    Hii Scott!

    Have any tips for me about my attempt to place the images horizontally?

    Plugin Author Scott (@scottsweb)

    (@scottsweb)

    It is not going to be an easy thing to do with your theme. If you added the widget to the first footer widget area and then added something like:

    .col-footer-left {
        width: 100%;
    }

    you would be getting a bit closer. Ultimately though I think you would need to make some code modifications to your theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images horizontally’ is closed to new replies.