Hi,
I've found a bug. When you resize window on certain condition (not always) the images inside banner (without using bruce banner) not resize when you shrink window. I had to put on custom.css:
.bannerBox img {
max-width: 100%;
height: auto;
width: auto; /* ie8 */
}
This problem happen on adsmanager first page, but not on kunena forum so I think there is something that overwrite some CSS properties
Thanks!
I've found a bug. When you resize window on certain condition (not always) the images inside banner (without using bruce banner) not resize when you shrink window. I had to put on custom.css:
.bannerBox img {
max-width: 100%;
height: auto;
width: auto; /* ie8 */
}
This problem happen on adsmanager first page, but not on kunena forum so I think there is something that overwrite some CSS properties
Thanks!
Custom Fields
Joomla Version | 3.7 |
PHP Version | 7.1 |
Product | Adsclarity |
Product Version | 1.0.8 |