i need to display related products below the description(bottom of the page) but in theme it is coming right side of the page(using Porto theme)
could you please tell me how to display related products bottom of the page ?
for reference please find the attached image.
Hi @sekhar_n
It depends on the theme developer how exactly they have puted this on the right side like using any widget or the code from the file by doing css tricks.
So from the native Magento related products are coming from the items.phtml file - location /vendor/magento/module-catalog/view/frontend/templates/product/list/items.phtml
Check the same location or the file in your ready-made theme and do some HTML adjustments and css tricks for the same - it will works for you
Hope it helps !
Were you ever able to do this?