Thanks tizz
I have the following slideshow on a page
<img class=”ngg_displayed_gallery mceItem” src=”http://example.com/nextgen-attach_to_post/preview/id–2245″ alt=”” />
Now I want put a text around that slideshow, I tried the following code but no working:
.ngg-slideshow img{
float: right;
margin-left: 10px;
overflow: hidden;
position: relative;
}
Could you help me please
Regards