cancel
Showing results for 
Search instead for 
Did you mean: 

add new container in product details page in magento 2

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

add new container in product details page in magento 2

hi,

I need to add following div's in product details page and need to move product media and product info main in it

<div class="pdp-container">

    <div class="pdp-holderblock">

        <div class="pdpleft">

            <div class="product media">

            </div>

        </div>

        <div class="pdpright">

            <div class="product-info-main">

            </div>

        </div>

    </div>

</div>

can anyone help

1 REPLY 1

Re: add new container in product details page in magento 2