Home › Forums › Theme support › Eastend theme : chrome – ie compatibility › Reply To: Eastend theme : chrome – ie compatibility
Hi,
yes, you are right, there is a little bug. Ok, go to WordPress admin -> Appearance -> Theme Options -> General -> General Settings -> Extra CSS Content and add this:
.room_slideshow_container .room_slideshow
{
background:none !important;
max-width:inherit;
}
The problem is the width of the container, with the code above you can remove it and set the background to transparent, for older IE versions.