How to display the option correctly in the product details page generated by Ecomposer

If you use Ecomposer to generate product pages, you may find our option in the top left corner of the page, which is not what we want.

Ecomposer position wrong

To display the option in the correct position, we need to follow these steps:

Step 1: Open the Ecomposer app and navigate to the template editor.

Ecomposer dashboard

Step 2: Switch to the Elements tab and search for code element.

Ecomposer step 2
Ecomposer step 2 - 2

Step 3: Click the Edit code button on the left panel and copy the following code snippets into the code editor.

<div class="linked-option-variants-container"></div>
Ecomposer step 3
Ecomposer step 3 - 2
Ecomposer step 3 - 3