Hi Is there a way to get the banner right position to display on mobile phones. I have two clients with this template on their sites that use this position for important information that needs to be displayed on the phone.
https://www.lrwdd.com.au
@media only screen and (max-width:760px) {
#gkBanners > div {
display: block;
float: none;
width: 100%;
}
#gkBanners > div > div:first-child {
margin-top: 0;
}
}