Topic Resolution: Resolved
  • Closed
  • Manfred Schweda
    Spectator
    September 23, 2015 at 5:29 pm #20859

    Hi, I am trying to get a box shadow in the Parallax slider going,
    left, top, right all is fine, it wont show up at the bottom….
    any ideas, I can pm a link. Rgds
    This is what I put in the custom CSS
    .da-img img.img-responsive {
    box-shadow: 3px 3px 5px 2px rgba(0,0,61,0.36);
    }

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2015 at 10:21 pm #20865

    Hi,

    Please try using this generator.
    http://css3gen.com/box-shadow/

    Thanks!

    Manfred Schweda
    Spectator
    Posts: 36
    September 23, 2015 at 10:54 pm #20877

    I did, same result…
    shadow is showing right but not bottom, da-slide div-container has no margin on bottom, image borders next ‘container’…
    if I could put a margin-bottom …. but which class to target?
    Thanks for fast reply.
    Rgds

    Denzel Chia
    Moderator
    Posts: 2656
    September 23, 2015 at 10:57 pm #20878

    Hi,

    Please post your url. Let me look at it.

    Thanks!
    Denzel

    Manfred Schweda
    Spectator
    Posts: 36
    September 24, 2015 at 12:25 am #20885
    Denzel Chia
    Moderator
    Posts: 2656
    September 24, 2015 at 9:01 am #20901

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    .da-slider, .da-slide {
    min-height: 330px !important;
    }

    The bottom shadow was hidden by slider height, increasing it to the right amount will do.

    Screenshot of result. http://prntscr.com/8ju2oz

    Thanks!

    Manfred Schweda
    Spectator
    Posts: 36
    September 24, 2015 at 8:41 pm #20921

    excellent, many thanks