We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Responsive themes, and banner size - Advertisement | Forum

Darryl B Leader
Darryl B Sep 27 '16
I noticed that large banners placed in the content section carry off the page on mobile devices. I applied this simple fix to keep the banner size to the screen width. I applied it to the main css; not in any media queries. Could this be added to the plugin css to improve mobile capabilities?

/*Advertisement banner fix*/
.ow_ads_cont img {
    max-width: 100%;
    height: auto;
}
The Forum post is edited by Darryl B Sep 30 '16
Oxwall Software
Oxwall Software Sep 29 '16
I'm sorry Darryl, but this should be added by each responsive theme designer on their own, since Oxwall does not have responsive themes and we developed mobile version to use on mobile devices specifically for this purpose.
Darryl B Leader
Darryl B Sep 29 '16
Thanks for the response. I will add it to my themes, and maybe someone else may find the css helpfull, if they notice the same thing.
You do not have permission to reply this topic