Slider – left and right padding not appearing.
-
Good day,
Hope all is well.
I am trying to create a box effect around the slider.
Normally I would achieve this by adding a padding of say 20px to the slider and then changing the background colour to something contrasting, in order to give it a frame effect.
.su-slider {
padding: 20px;
background-color: #F9AF43;
}When adding the CSS styling above, it actually only shows the padding on the top and bottom of the slider, not the left and right.
I’ve tried numerous things, however no luck.
If you could guide me, I would be most grateful.
Thank you very much,
Keep up the great work,
G
- The topic ‘Slider – left and right padding not appearing.’ is closed to new replies.