New Landing How can we help? Cardinal Row shadow

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #91443
    rhodez
    Member
    Post count: 86

    Hello.

    Is it possible to get rid of the shadow in the row element (with image background) on left & right ? I noticed inserting “no-shadow” in extra class name field removes all shadows. The top & bottom shadow generally look good but left & right shadow is not particularly realistic or convincing. Thanks!

    #91500
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You should not be able to see the left and right shadows as the row is supposed to overflow the edges of the screen. Could I see your site to check?

    – Kyle

    #91742
    rhodez
    Member
    Post count: 86

    Thanks,

    Currently my site is local but it will go live soon. I will post the link then.

    #91748
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

    – Kyle

    #92570
    rhodez
    Member
    Post count: 86
    This reply has been marked as private.
    #92580
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .spb_parallax_asset {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset;
    }

    – Kyle

    #92686
    rhodez
    Member
    Post count: 86

    Hi,

    I tried this but it just results less inset shadow on all sides (top, right, bottom, left).

    Did you notice I’m using rows (with fixed image) not parallax elements?

    #92712
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @rhodez,

    Unfortunately that’s the best you can do with box-shadow, you can play around with the 15px value, or try something like this:

    .spb_parallax_asset {
    box-shadow: inset 0px 0px 60px -10px rgba(0, 0, 0, 0.3);
    }
    

    That is the right css class.

    – Ed

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register