Hi, Im using mysimpleads adserver on few of my sites to deliver banner ads on my sites. see the godaddy banner on top here: techwench.com My site is mobile responsive, however the banner is not mobile responsive. can anyone suggest a technique to make the banner as well mobile responsive? Thanks
You can aply a width to add image like: #i0abbd img { width: 51.3%; height:auto; /* To shrink also the height based on width */ } Code (markup): And then use css media queries to resize the add for each browser size. Also , every time I've resized my browser window I had a problem with a javascript that stopped working. Script: http://www.techwench.com/wp-content/themes/newsroom14/js/jquery.theme.js?ver=1.0:2 I don't know if there is a issue of your javascript or only my browser gone crazy.