I am working on an issue for a few days and can’t make it working.
I have a custom theme and was able to fix possitions using catalog_product_view.xml (move method on the element).
The problem I had with review list. I can’t move it anywhere. I would like to move it on the right column, next to the picture.
I know how to move it above the container with review.phtml file, but I don’t know how to move it inside the container (right column). I was thinking of using Jquerry to hack the DOM, but I am sure there must be another solution.