It might be because the code is placed in the wrong file. I think cart file must have another other than the ones I gave you. try add this code in theme.liquid file and reload the cart page
Topic summary
A user is trying to reposition a banner on their Shopify cart page from above the ‘Your Cart’ title to below it. The banner is controlled by a <div class='buckscc-cart-banner'></div> element.
Troubleshooting attempts:
- Another user suggested adding custom code to either
cart.liquidormain-cart.liquidfiles, but this didn’t work when tested. - A second suggestion was to place the code in
theme.liquidinstead, but this also failed to move the banner.
Current status:
- The issue remains unresolved despite multiple code placement attempts.
- An image was shared showing the desired final positioning (banner below the cart title).
- The problem likely stems from the code being placed in the wrong theme file, though the correct file hasn’t been identified yet.