How can I fix overlapping buttons in my cart section?

Hi!

I need some help! The ¿Donde Encontrarnos? buton overlays the Finalice Order button on my Cart Drawer Section.

Can anyone give me a hand?

www.primalinstinct.co

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#closeby-launcher-embed {
z-index: 9 !important;
}

@Team-Primal

div#closeby-launcher-embed {
z-index: 9 !important;
}

Add this code on the bottom of the theme.css

or

It occurs from app.

You have to make it left align.