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

    Can you provide me with some quick css to make the logo and header smaller on my iPad in landscape mode only please. Thank you!

    #749787

    Hey djshortkut,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
      .logo img {
        max-width:80% !important;
      }
    }

    Best regards,
    Rikard

    #749824

    Thanks Rikard! You can close this ticket.

    • This reply was modified 7 years, 9 months ago by djshortkut.
    #750254

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo & Header Size on iPad’ is closed to new replies.