> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/affiliate-portal-customization/advanced-customization/embed-affiliate-portal-in-your-store/advanced-customization-shopify-only.md).

# Advanced Customization for Embedding

You can make the portal look better integrated by adding a new theme asset, with a few more tweaks to your Shopify page.

* Firstly, open the **Themes** tab in the Shopify control panel. Here select the **Edit Code** in the **Actions** drop-down menu.

![Themes > Actions > Edit Code](/files/-LwFZNCihMH1T00NbeXd)

* After this select **Add a new template**.

![Add a new template](/files/-LwF_G7hpHJsspdbL9fM)

* Here select the **page** and name it **goaffpro.** After this click on the **Create template** button.

![page > goaffpro > Create template](/files/-LwFaaRw1KXEv1_2xawd)

* You will now replace the code of the new template with the following code. After doing so, you will click on **Save** to save the template.

```markup
<section style="min-width:'100%'">{{page.content}}</section>
```

![Write Code > Save](/files/-LwFcK4mrFjRoYI-clV0)

* After this, open your newly created page in the **Pages** tab of the Shopify control panel.

![Pages tab > Affiliate Portal Page ](/files/-LwFdPpBOrG-qkqjQZtw)

* Here change the page's template to **page.goaffpro**. Click on **Save** to save the changes.

![Template > page.goaffpro > Save](/files/-LwFeEsAFe0KkqcDH_sM)
