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

    I’ve read through the forum for a solution but none have worked for me. My 340px wide logo appears truncated on teh right side in portrait view of an iPhone. When it first renders, it fits, but then resizes to run off the page. Please advise.

    #210156

    Hi lisabarfield!

    Can you post the link to your website so we can inspect elements and provide you accurate custom CSS code to fix it?

    Best regards,
    Yigit

    #210159
    This reply has been marked as private.
    #210161

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile portrait logo cut off’ is closed to new replies.