Support » Plugin: Slideshow » Slideshows Plugin – Add a border

  • Resolved tslchicago

    (@tslchicago)


    Hi there,

    I would like to add a border of any type to the slideshow. Is that possible using some kind of CSS?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, can you share your URL.

    Thank you

    Thread Starter tslchicago

    (@tslchicago)

    It is https://chicagospiritualseekers.net

    Hope you can help.

    Hi, try adding the following css custom code. I added the following border-style: solid;. But remember you also have to adjust the width of your images.

    When you add the following border-style: solid; the images will overlap on the right hand side.

    .slideshow_container {
        height: 327px;
        max-width: 630px;
        width: 630px;
        border-style: solid;
    }

    You might like to read more about borders.

    Kind regards

    • This reply was modified 6 years, 9 months ago by mbrsolution.
    Thread Starter tslchicago

    (@tslchicago)

    Thanks for helping.

    So I see what you did. You are basing the border on the pixel size of the slider. So, if I want to make a larger slider (which I plan to do), I just increase the width. Looks like I have to change the height as well, as the border is inside of the slider.

    However, what did you mean that the images will ‘overlap’ on the right side? Right now, there is no border line on the right. Is that correctable? If not, I guess I’m back to square one.

    Hi, when I added the following border-style: solid; to the code and viewed the slideshow, the images expanded a bit to the right hand side. You could see the border around the slideshow but on the right hand side the images were overlapping.

    Regards

    Thread Starter tslchicago

    (@tslchicago)

    Well, thanks for trying. I appreciate that you attempted to solve the problem.

    I’m going to go with another solution, as it doesn’t seem that CSS will solve this one.

    🙂

    Thread Starter tslchicago

    (@tslchicago)

    Closing this discussion.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slideshows Plugin – Add a border’ is closed to new replies.