Viewing 2 replies - 1 through 2 (of 2 total)
  • yes i would like to know how to do this too

    thanks

    Hi folks an workaround is to add in the .css file the “Left: 3px”
    or “right” depending on the side of your widget and the pixels that fits for the distance/size of thumbnail you have picked.

    Exmple original code into wpinstagram.css:

    ul.wpinstagram, ul.wpinstagram li, ul.wpinstagram li a, ul.wpinstagram li a img {
        border: 0 none !important;
        margin: 0 !important;
        padding: 0 !important;

    Add the ‘left’ like this:

    ul.wpinstagram, ul.wpinstagram li, ul.wpinstagram li a, ul.wpinstagram li a img {
        border: 0 none !important;
        left: 3px !important;
        margin: 0 !important;
        padding: 0 !important;

    I hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Instagram for WordPress] Center In Sidebar’ is closed to new replies.