Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #403148

    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!

    #403772

    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

    #403776

    Thanks Andy! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo Adjustment on iPad’ is closed to new replies.