hamaramovie
Member
Posted 10 months ago #
Thumbnails overlapping , How can I solve this?
Currently I am using Arras theme, From yesterday thumbnails are overlapping, I found this on Chrome browser.
How can I solve this?
EX page : http://www.hamaramovie.com/kirsten-dunst-leggy-hailing-a-taxi-cab-nyc.html
Replace:
.gallery-item {
text-align: centre;
}
With:
.gallery-item {
text-align: centre;
width: 228px;
}
Are you using Chrome on a PC? On my Mac it's fine.
hamaramovie
Member
Posted 10 months ago #
Issue was solved by editing base.css:
.gallery-item { float: left; margin-right: 1px; width: 11%; text-align: center; }
TO
.gallery-item { float: left; margin-right: 6px; width: 32%; text-align: center; }
Thanks anyway guys...