After messing around with it for a little i was able to get this fixed by added its own div around the short code to place it in a container. Check it out below. But im still not sure if this is the best way to do it or not but its working for me so far, im sure until i run into something else.
<div id="instagram_container">
[instapress tag="snowboarding" piccount="9" size="80" effect="fancybox" paging="0"]
</div>
This code is for the text area widget that im using on my site.
This is the css i used to get it to center up right.
#instagram_container{
padding: 5px 0 0 10px;
float:left;
}
Hi,
you’re solution seems just fine.
If you’re running into problems with that solution, just post it.
Thank you 🙂