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

    (@scottsweb)

    Hi

    I think your CSS could be improved. `float:center;’ is not valid CSS. Try something like:

    .instagram-pics li {
        width: 50%;
        box-sizing: border-box;
        float: left;
        padding: 0 10px !important;
    }

    At the moment the plugin does not support displaying the description along with the image.

    Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Descriptions can be added since version 1.4. You need to create a template part in your theme (parts/wp-instagram-widget.php) which will allow you to override the output of the plugin completely.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Descriptions with Instagram Posts’ is closed to new replies.