Support » Plugin: Easy Instagram » Centre Photos

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author VeloMedia

    (@velomedia)

    Hello,

    The way the pictures are aligned can be customized directly from the CSS.

    Thread Starter breacher18

    (@breacher18)

    Is this the CSS of the plugin that you are referring to?

    Plugin Author VeloMedia

    (@velomedia)

    You can control their style directly from the css of your website, from style.css.

    Thread Starter breacher18

    (@breacher18)

    Please could you tell me what I would be looking for in the theme style.css ?

    Plugin Author VeloMedia

    (@velomedia)

    If you want to center align the picture you need to add in your style.css the following:

    div.easy-instagram-thumbnail-wrapper {text-align:center;}

    This actually will align all the content to center. If you want just the image to be center aligned but you want to keep the text aligned to left you also need to add:

    div.easy-instagram-thumbnail-author, div.easy-instagram-thumbnail-caption, div.easy-instagram-thumbnail-time{
    text-align:left;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Centre Photos’ is closed to new replies.