News:

AbanteCart v1.4.2 is released.

Main Menu
support

cropped image

Started by ygalbrami, June 15, 2013, 07:56:51 AM

Previous topic - Next topic

ygalbrami

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?

abantecart

What browser is this? What version?

ygalbrami

i use firefox - the version 21.0

abantecart

What version of AbanteCart?

ygalbrami

the last version 1.1.5

abantecart

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.


ygalbrami

thank you.

but how this is happend?

ygalbrami

why this code?
i just can change the Storefront Site Width to 120%
but i don't want horizontal scroll.

Forum Rules Code of conduct
AbanteCart.com 2010 -