Can you provide me with some quick css to move my logo over to the left on the iPad in portrait mode so it lines up more with the phone number and email above it please? (See attached link to see what I’m talking about) Thanks!
Hey djshortkut!
I can’t open your website, but please try this code in Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top .logo, #top .logo a {
left: -30px;
}}
and adjust as needed.
Regards,
Andy
Thanks Andy! You can close this thread.