AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: ygalbrami on May 20, 2013, 01:34:01 AM

Title: big image in product page
Post by: ygalbrami on May 20, 2013, 01:34:01 AM
hello,

i need to know how i can make the product image more big?

When I go to setting --> appearance

I have change: Product Image Thumb Width: 400

and Product Image Thumb Height: 400

but see what happend to the image (i have attach the image of the website)

please help me to fi it i want this image will be big.

Title: Re: big image in product page
Post by: ygalbrami on May 24, 2013, 12:33:36 PM
please help me with this, i need big image product.
Title: Re: big image in product page
Post by: abantecart on May 26, 2013, 09:03:40 PM
Looks like a template layout problem. Can you post URL so we can check HTML?
Title: Re: big image in product page
Post by: ygalbrami on May 27, 2013, 12:52:33 AM
My website ismystore.com
Now I change it back yo small images

So user will not see the problem.

Please help me with that I need big images so all my buyers will see the product better
Title: Re: big image in product page
Post by: abantecart on May 27, 2013, 08:40:41 AM
This fix will require css fix.

Add following lines in file /storefront/view/default/stylesheet/stylesheet.css

Code: [Select]
.main_image {
float: right;
}

To change images back, you just change the settings back.
Title: Re: big image in product page
Post by: ygalbrami on May 27, 2013, 08:50:52 AM
Thank you I will try this.
Title: Re: big image in product page
Post by: ygalbrami on May 27, 2013, 04:20:16 PM
this line realy work, thank you so so much.
can you make this change in the new version?