Hello,
I have a problem setting the background color in white when adding a padding to my images of the Fullwidth Easy Slider.
I have tried it in the Theme Options and did some CSS but none of it didn’t work.
Link: http://www.ameisenhaufen.at/dev/aponcho/
Regards,
M.
Hey hostedbymarc,
Try to replace this css code that you used:
#top .avia-slide-wrap {
padding: 30px;
}
to this one:
#top .avia-slideshow li {
box-sizing: border-box;
padding: 30px;
}
Hope this helps :)
Best regards,
Nikko
Wow, that worked :D
Thanks!
Hi,
Glad we could help :)
Cheers!
Nikko