Hey,
My logo sucks on mobile. Pull it up on the iPhone in portrait mode and its a no go :)
Any tips? Maybe a desktop version and a mobile version.
Thanks so much!!!! :)
The site I’m taking about is http://takeholdprinting.com
Hi pc37075!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo {
margin-left: -50px;
}
#advanced_menu_toggle {
right: -28%; }
}
Regards,
Yigit
works really well! Thanks so much :)