[Plugin: Instapress] Issue with customizing grid format in a widget section
-
I’m trying to get the instapress plugin to display a grid format in one of my sidebar widgets rather then a single column and I’m not having very much luck.
When I try to set up the instapress widget I see a box labeled “image container” and it has this code that is already in it:
<div class=”instagram-image” id=”instagram-image-%index%”>%image%</div>
I’m assuming that I need to enter css code in this box to create the grid format I desire… I tried entering the following code, but I’m still not seeing anything change:
.instagram-image {
background-color: #FFFFFF;
float: left;
margin-right: 10px;
margin-top: 5px;
padding: 5px;
}
.widget-container.instagram {
width: 275px;
}<div class=”instagram-image” id=”instagram-image-%index%”>%image%</div>
Anyone have any thoughts? Thanks!
The topic ‘[Plugin: Instapress] Issue with customizing grid format in a widget section’ is closed to new replies.