Stretched Logo on Mobile
I want the logo on the mobile phone version of the site to be larger. I have selected 'Minimal' in the Responsive Header options.
The problem is that my top logo is stretching. It needs to be proportionate.
Here is the css I'm using:
@media only screen and (max-width: 500px) {
#Top_bar #logo img {
max-height: 80px !important;
margin-top:-20px !important;
margin-left:-30px !important;
}
}
@media only screen and (max-width: 500px) {#Top_bar {
height:auto !important;
padding-top:5px !important;
padding-bottom:5px !important;
}
}
Please help!
Comments