Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #763182

    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.

    #763257

    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

    #764481

    Wow, that worked :D
    Thanks!

    #764491

    Hi,

    Glad we could help :)

    Cheers!
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.