here is what i need to edit:
#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 20%;
}
#gallery-1 img {
border: 0px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}
The gallery works fine on FF, chrome and safari but only IE7 and IE8 dont work – it shows the gallery in one column – i googled and found out to edit the media.php file which has the above that i also see once i inspect the page with the dev tools
any ideas?