Support » Plugin: Instagram image gallery » Stylesheet for this plugin

  • Hi, somebody posted this question about 1 month ago however it does not appear to have been resolved.

    The plugin works as intended (nice job to the devs), however it is not aligning with other widgets on my site, I have figured out that this is down to the padding CSS rule for this widget however I cannot figure out where to edit this. Ive tried looking in the plugin files, the main style.css but i still cant seem to find it.

    Any help would be hugely appreciated 🙂

    http://wordpress.org/plugins/instagram-image-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I added styles to my site’s CSS to the iframe to hide the padding and the other elements:

    .statigram-widget iframe {
    	margin-top: -100px;
            margin-left:-20px;
    }
    aside#statigram-id-2 {
    	overflow: hidden;
    }

    In the plug-in settings:
    Width: 200
    Height: 280
    Padding: 0
    Background-color: [blank]
    Widget border: [unchecked]

    I used this code and it worked perfectly!
    Thank you so much, davidwisz.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stylesheet for this plugin’ is closed to new replies.