Can't move related products in jet theme

Can't move related products in jet theme

Hello there,

I tried to move the related products block below the product images in the jet theme. I created the file catalog_product_view.xml in my custom theme in Magento_Catalog/layout with the following content


<?xml version="1.0"?>
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<move element="catalog.product.related" destination="amtheme.product.wrap" after="product.info.media"/>
</body>
</page>

Then I generated the template but nothing happened in the frontend. Any ideas what went wrong here?