Hi
The logo on jonesbooth.co.uk on a mobile underlaps with the responsive menu button
I believe on smart phone that all logos should by default in the theme be left aligned. I believe this because the responsive menu button is right aligned.
Could you advise how I can achieve this without changing the alignment for it on the non smartphone version?
Hi codecreative!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
float: left;
margin-top: 5px!important;
}}
Cheers!
Yigit
is there another code to add to do the same thing so the logo looks right when holding a smart phone horizontally?
Hi!
Can you please post a screenshot and show the issue? I checked your website on my iPhone 4 and this is how it looks on my end – http://imgur.com/a/VfPzd
Cheers!
Yigit