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?
What browser is this? What version?
i use firefox - the version 21.0
What version of AbanteCart?
the last version 1.1.5
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.
thank you.
but how this is happend?
why this code?
i just can change the Storefront Site Width to 120%
but i don't want horizontal scroll.