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.

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.

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

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>

Last updated