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

    sorry to bring this one back up but i didnt think to check till last night,

    https://kriesi.at/support/topic/logo-size-4/

    Is there anything to add to the custom coding so the logo changes on a mobile/ipad device as it goes over the home button, i guess due to keeping a fixed size??

    #163429

    Hello hairyhobo!

    You can use this:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    .logo img {
    height: 42px;
    margin-top: 15px;
    }
    
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Best regards,
    Ismael

    #163478

    do i replace the code i used before or just add this?

    #163657

    Hello!

    This would be in addition to what you have now.

    Best regards,
    Devin

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