Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1323404

    Hello at Kriesi,
    can you take a look? I have a logo “normal” left aligned and everything is fine but in iphones. There the logo is centered. On Android and responsive browser window it looks good.

    Thanks!

    Best Regards

    #1323420

    Hey Sigmund,

    Thanks for contacting us!

    I added following code to Appearance > Custom CSS and that helped

    @media only screen and (max-width: 480px){
    .responsive #top .logo img {
    width: 122px !important;
    }}

    Please flush browser cache and review your website :)

    Best regards,
    Yigit

    #1323461

    Thats great, thanks!
    You can close the topic if you want.

    Best

    #1323464

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo position is wrong only on iphone’ is closed to new replies.