http://bluemontinluray.com
When I visit this testing site on my smartphone, the logo is distorted and the Navigation bars are sitting right on top of the logo.
What code do I use to fix this?
Thank you
Hi elames!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
.logo img { max-width: 70%; }
.logo { left: 0!important; }}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-left: 0!important;
margin-top: 10px!important; }}
Best regards,
Yigit
Thank you..that worked!