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

    With the portrait view of my site on a iphone, the logo is cutoff. See image. Thoughts on how to correct this without changing the size of the logo on the normal full screen version of the site? THanks!

    Issue

    #213029

    My logo and header are fixed and don’t shrink when scrolling by design if that’s a problem.

    #213098

    Hi!

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

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

    Regards,
    Yigit

    #214635

    Good solution, thanks!

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