Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jürgen Liechtenecker

    (@tkrammer)

    Hi,

    I’d advise you to float the instagrams like we did in the right widget on our demo site: http://demo.instapress.it

    This code works for images using a width of 65 pixels:
    .instagram-image {
    background-color: #FFFFFF;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
    }

    .widget-container.instagram {
    width: 275px;
    }

    Please let me know if that was helpful,

    thanks

    deejaymiller

    (@deejaymiller)

    Hello tkrammer,
    I tried using the code that you posted but for some reason it’s not working correctly.

    I’m entering the following code in the custom image box of the instagram widget area… Any thoughts?

    Thanks!

    <style type=”text/css”>
    .instagram-image {

    background-color: #FFFFFF;

    float: left;
    
margin-right: 10px;

    margin-top: 5px;

    padding: 5px;
}

    .widget-container.instagram {
    
width: 275px;
}
    </style>

    <div class=”instagram-image” id=”instagram-image-%index%”>%image%</div>

    Plugin Author liechtenecker

    (@liechtenecker)

    can you post an online version?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Instapress] Grid Layout’ is closed to new replies.