tinker74 Posted January 14, 2014 Posted January 14, 2014 Hello, The product attributes for an item show up on the left hand side of the product_info page in the middle column with the rest of the product information. How do i make the product attributes line up on the right side of the page? Not in a box on the right, but in the middle column with the rest of the product information. I don't want to go snooping in product_info blindly and screw something up. Any help would be appreciated... Thanks....
forumxy Posted August 30, 2014 Posted August 30, 2014 I had the same problem. Not sure if this is correct but this DIY effort works for me, other solutions welcome? In catalog/product_info.php Find the following product attributes code: <><?php echo TEXT_PRODUCT_OPTIONS; ?></p> <p> Then add align="right" after <P> as follows: <p align="right"><?php echo TEXT_PRODUCT_OPTIONS; ?></p> <p align="right"> Peace out :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.