Working on a computer is very different to using it as an entertainment device.
Try working your way around different mobile viewing anomalies across multiple devices.
I'm hoping this code will rectify it.....what do you think?
@media screen and (max-width: 767px) {
#mod_autostand_search_toolbar li {
width: 100% !important;
}
#mod_autostand_search_toolbar {
padding: 50px 0 !important;
}
}
@media screen and (max-width: 660px) {
.logo-image {
width: 100% !important;
height: auto !important;
}
}