The call today text at the top is acting really weird on mobile, any ideas?
Also, the logo needs to be scaled down on mobile
Any ideas?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.av_phone_active_left .phone-info {
padding-left: inherit;
}
.responsive #top #wrap_all .container {
width: 55% !important;
max-width: 55% !important;
}
}
Regards,
Rikard