how do I move a banner on the Shopping 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.liquid or main-cart.liquid files, but this didn’t work when tested.
  • A second suggestion was to place the code in theme.liquid instead, 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.
Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

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