AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: ygalbrami on June 15, 2013, 07:56:51 AM

Title: cropped image
Post by: ygalbrami on June 15, 2013, 07:56:51 AM
I see several pages cropped image
I attached a picture you can see
Only on the home page I can see the pictures fine
how can i fix this?
Title: Re: cropped image
Post by: abantecart on June 15, 2013, 09:00:58 AM
What browser is this? What version?
Title: Re: cropped image
Post by: ygalbrami on June 15, 2013, 09:08:24 AM
i use firefox - the version 21.0
Title: Re: cropped image
Post by: abantecart on June 15, 2013, 09:53:00 AM
What version of AbanteCart?
Title: Re: cropped image
Post by: ygalbrami on June 15, 2013, 10:07:56 AM
the last version 1.1.5
Title: Re: cropped image
Post by: abantecart on June 15, 2013, 10:57:10 AM
in file /storefront/view/default/stylesheet/stylesheet.css

Locate:

.list {
overflow: hidden;
}



Replace with:

.list {
overflow: auto;
display: inline-block;
}


This will add horizontal scroll.
If you do not want horizontal scroll you will need to work with content and reduce image sizes.

Title: Re: cropped image
Post by: ygalbrami on June 15, 2013, 11:09:08 AM
thank you.

but how this is happend?
Title: Re: cropped image
Post by: ygalbrami on June 15, 2013, 06:13:57 PM
why this code?
i just can change the Storefront Site Width to 120%
but i don't want horizontal scroll.