• Resolved ellp

    (@ellp)


    Hello,

    I’ve installed the meteor slides plugin. Create some slides. One of them is on sidebar, but here is the problem:

    The slideshow is placed above the other image placed below.

    Here is the link of the problematic site

    Any one has any idea to solve that?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter ellp

    (@ellp)

    Ok, I figure this out 🙂

    Just place this code on css file:

    .meteor-slides-widget{
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    }

    Replace the sizes with the required image size relative to your sidebar.

    🙂

Viewing 1 replies (of 1 total)
  • The topic ‘[meteor slides] Issue using slideshow on sidebar other images’ is closed to new replies.