How would I accomplish the following?:
Use the move layout instruction: https://mage2.pro/t/856
You need to move the block "product.attributes": https://mage2.pro/t/855
Thank you Dmitry!
This did the trick, however: the styling looks like crap. What's the best approach to edit this styling? (and possibly a little bit of the attributes html)
How to add JavaScript / CSS / Less to Magento 2 with a custom module: https://mage2.pro/t/34
Dmitry_Fedyuk
Because of multiple reasons we had to roll back to 1.9, and it seems a lot harder to move the attributes next to the product.
Could you please help? I'll be forever thankful. Spent the enter morning looking for a solution but couldn't find a descent one yet.
Last thing I tried was manually adding
<?php echo $this->getChildHtml('additional') ; ?>
in view.phtml
But that's just messy and it also displays the "Additional Information" title.