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

    hi,

    Can the logo shrink in tablet/ipad mode so it doesn’t overlap the menu items?

    cheers
    Sinead

    #290465

    Hi Sinead!

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

    @media only screen and (max-width: 990px) and (min-width: 768px) { 
    .logo img {
    max-width: 60%!important;
    margin-top: 20px!important;
    }}

    Best regards,
    Yigit

    #290472

    great. thanks yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘responsive tablet/ipad layout – logo overlaps menu’ is closed to new replies.