I found a solution for the logo shrinking in mobile view.
1. Go into responsive.css (you may have to ftp to your site to access this file)
2. replace:
#logo a img {
width: 30%;
}
with:
#logo a img {
width: 100%;
}
This fixed to logo problem for me.
-
This reply was modified 8 years, 2 months ago by wordyshark.