Why won’t add to cart button on collection page ATC?

Why won’t add to cart button on collection page ATC?

Here’s the code I added:


Link to site :link:

Theme: Baseline

Screen Recording 2022-02-28 at 10.24.08 am.gif

1 Like

@pearlerwork

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css ->paste below code at the bottom of the file.
.relative form {
    position: relative;
    z-index: 9999;
}

@pearlerwork

What do you want!