Mmarko01845Nov 4, 2024
Hello! I'm using this slider: https://canvastemplate.com/index-classic.html.
My question is: how can I add a white border (around 20px) around the slider? (Please refer to the attached image for reference.)
1 reply · opened Nov 4, 2024
Hello! I'm using this slider: https://canvastemplate.com/index-classic.html.
My question is: how can I add a white border (around 20px) around the slider? (Please refer to the attached image for reference.)
Hello,
You can consider using this CSS Code:
[ch_pre type="css"].swiper-wrapper {
width: calc(100% - 40px);
height: calc(100% - 40px);
border: 20px solid #FFF;
overflow: hidden;
}[/ch_pre]
This should work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard