The main banners in the United We Fight and United We Win themes will become responsive in v2020.02 of Andar/360. With this change, any graphics in the banner area will fit in any mobile device. Currently, the banners do not shrink based on monitor size. This results in the sides being hidden in mobile phones and small screens.
To set up a banner, follow the instructions in the look and feel template of United We Fight in Andar/360. The old HTML code needs to be changed into the new one. Below is the sample code. You can replace the image URL and the message/text according to your needs.
<html>
<body>
<img src="IMAGE URL" width="100%" />
<div class="main-banner_heading offset-lg-1 heading-column">
<h2>United Way fights for the health, education and financial stability of every person in every community.</h2>
<p><a class="button" href="URL">Join the Fight</a></p>
</div>
</body>
</html>