How to place a widget in a custom position?
You can place the widget anywhere on the page.
Note: Unfortunately custom pages are not compatible with UFE, so it is not possible to add the widget onto such pages.

How to place the ufe shortcode in the theme?
METHOD 1
This method will work on both page builders and the Shopify theme liquid files.
- You can place the custom
HTML/Liquid block (It will be available on all page builders)inside the gempages or other page builder then give<div class="ufe-custom-upsell"></div>and save it.
- You can also place the
<div class="ufe-custom-upsell"></div>in the theme liquid files too.
- Then give
.ufe-custom-upsell(including dot) insideposition > inpage widget position
Want to position multiple upsells in a single page?
Step1: add custom div files like
<div class="ufe-custom-upsell-1"></div>
<div class="ufe-custom-upsell-2"></div>
<div class="ufe-custom-upsell-3"></div>
in places you want to position offers.
Step2: open each widget and in position settings set any one of the appropriate selectors
.ufe-custom-upsell-1 or .ufe-custom-upsell-2 or .ufe-custom-upsell-3
in inpage widget position box.
METHOD 2 (In Shopify Homepage)
Go to Shopify admin > Online Store > Themes > Customize
Select Add section>Custom HTML>Custom HTML
- Clear the content in the HTML text box
- add
<div class="ufe-custom-upsell"></div>and clicksave

- Open corresponding funnel and in app’s funnels settings → position tab add the below one.
.ufe-custom-upsellin inpage widget position box.
METHOD 3 (Least recommended way)
Find the HTML id of the element you want to place by right clicking the element > inspect element in Chrome browser
It's not recommended to use this method if you don't have developer knowledge about how to select the right unique html id
Hope you've got some value from this article. Let us know your feedback 🙂 We are excited to hear your thoughts.
Updated on: 02/04/2026
Thank you!
