How to adjust padding between sections

Topic summary

A user is trying to reposition a custom liquid text element to appear above the “add to cart” button on their Shopify product page.

Suggested troubleshooting approach:

  • First check theme customization settings to see if section/block options allow repositioning
  • If unavailable in settings, modify the liquid code that renders the page
  • If a third-party app controls the section, solutions may require JavaScript workarounds or contacting the app developer for support

The issue remains unresolved as the original poster only acknowledged the advice without confirming implementation.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hello guys, as you can see in the image I want my custom liquid text to be placed above the add to curt button, how can I do that?

The answer is all dependent on how the HTML is being rendered. Start by reviewing the Theme customization options and see if section/blocks offer the settings needed. If not, the next place is to review and modify the liquid code rendering this page. Other possibilities are that a third-party app is rendering the section, where workarounds would require javascript or having the developer support the change.

1 Like

Thanks

1 Like