Hey guys,
I updated the theme to the latest version which includes settings that we originally customized within the Quick CSS. I cstripped some of that code to keep the file lighter, since it wasn’t needed.
The only issue I see is the rendering of the logo on the Iphone: http://dev.lorenasarbu.com/iphone.jpg it’s off-centered and far too large.
Thanks
Hi Justin! :)
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important;
margin-top: 8px!important;
max-width: 85%;}
.html_header_top.html_logo_center .logo {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}}
Regards,
Yigit
Hey!
I realized that i made a punctional mistake in the code i posted. I updated it, can you try it now?
Best regards,
Yigit
Much better. Thanks! :)