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

    Can you provide me with some Quick CSS to center my logo on the iPhone in landscape and portrait mode please? Thank you!

    #411090

    Hi djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    .logo img,.logo {
      margin: auto!important;
    }}

    Best regards,
    Yigit

    #411137

    Thank you! You can close this thread.

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