Viewing 3 replies - 1 through 3 (of 3 total)
  • @yesnovato, your question is too approximate. It is not clear what, where and how you want to get what you ask for.

    Thread Starter yesnovato

    (@yesnovato)

    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&#8243; 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

    Plugin Contributor photocrati

    (@photocrati)

    @yesnovato – I would try something simpler to start. Something along these lines should work:

    .ngg-slideshow { float: right; margin-left: 10px; margin-right: 0; }

    See how that works out for you.

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wrap text around slideshow’ is closed to new replies.