How do i move the product image to right side and move the description to the left. I have looked in stylesheet and couldn't find it. I might have missed it.
How do i move the product image to right side and move the description to the left. I have looked in stylesheet and couldn't find it. I might have missed it.
Do you want the text to wrap around the image the way it does for the stock install?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Sorry if this was confuse, I dont mean the product in sidebox. I mean them by in lists.
Sorry for thrith post, I could not find the edit button.
Here the link. Click me
As you can see the product image is position on left side which i wanted it to be on the right side so i can have the description look clean on left side.
You appear to be using the classic template so I'll gear the following to that folder.
in includes -> templates -> template_default -> templates
open tpl_modules_main_product_image.php
find the following line of code:
change the highlighted text to forward.Code:<div id="productMainImage" class="centeredContent back">
Save the changed file to includes -> templates -> classic -> templates and upload it to your server
Thanks, That worked!
Yeah i am using default template, Just got this builded last night and got alots of thing to customize.
I have 1 more request to ask, I also wanted the products image on list to be seperate, As you can see they are touch eachother in the lists.
Click me
try adding the following to your stylesheet.css
Code:.productListing-even {padding-bottom:3px;} .productListing-odd {padding-bottom:3px;}
At what section? Do i just add them at bottom of the page?
Yep, just put them at the bottom