Quote Originally Posted by none View Post
So i wanna make my site look similar to this when i click on a product. If anyone here knows if this is possible please let me know.
Generically, there are three things you'll need to do.
1. move code around in the file that creates the product detail
2. add some divs with classes into that code
3. style the result using CSS

The code you have to move is nicely commented, so it's easy to keep the pieces together. Be sure to add any mods you're using before doing this so the mod's code gets included in the result.

Rob