Dawn 6.0.2 Theme Cart Checkout Button Overlay Issue

Hello,

I’m using the Sense theme and by default in Cart, the Express Checkout Button is overlayed by the next section.

How to make it fully visible with the shadow? Where to add some padding?

The picture is showing the problem:

Store: alwayshe.com

1 Like

@Maro33

oh sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.cart__footer{margin-bottom: 50px;}
1 Like

Thank you. It worked perfectly!