.subbannerm{
background:url(%%banner%%) center/contain;
background-color:#fefefe;
background-size:cover;
height:15.5vw;
width:100%!important;
margin-bottom:-0.1em;
margin-top:-0.3em;
background-position:center top;
-webkit-animation:banner 160s infinite linear;
animation:banner 160s infinite linear;
}
That shrinks my banner which makes my banner useless, there's issues with the CSS on the site that are not allowing me to adjust things
You can then create a banner for mobile.
There's no point having a banner on mobile that occupies >30% of the display.
there's issues with the CSS on the site that are not allowing me to adjust things
Such as?
(post is archived)