Some themes cause SellUp to display the upsell image far away from the actual upsell container.
Currently known themes that have this are:
- Debutify
In order to resolve this issue, the following CSS needs to be added to your theme. (Please always backup your theme before editing)
#launchtip_upsell_wrapper .productbox .image {display: contents !important;}
You can add this to the CSS section in SellUp or directly into a loaded CSS stylesheet. You will need to select the “custom css” setting from the style. The default is “inherit”.
If you are not comfortable editing the CSS, please open a support ticket and we can do this for you.