I’m also trying to get text to wrap around my Portfolio Slideshow. I have this:
<p align=”right”>[portfolio_slideshow showcaps=true pagerpos=disabled]</p>
I added what you listed above:
.slideshow-wrapper {
width: 350px;
float:left;
display: inline;
margin-right: 20px;
}
but it didn’t work. Should your code be INSIDE the <p </p> or OUTSIDE???