I’m having 2 issues with my mobile site.
1. I need to add some space on the top bar with the menu and icons.
https://www.dropbox.com/s/k8nr3ag114y603d/Screenshot_2015-02-18-19-52-08.png?dl=0
2. I need the executive Team text to fit screen.
https://www.dropbox.com/s/g4aintxjhulqejl/Screenshot_2015-02-18-19-53-45.png?dl=0
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 687px) {
#top #wrap_all .main_color h1{
font-size: 32px;
}
.phone-info .av_font_icon {
margin: 0 7px !important;
}
}
Cheers!
Josue