Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276300

    Yigit – This is a follow up to this ticket: https://kriesi.at/support/topic/mobile-view-issues-with-alignment-header/#post-272191

    I thought the issue was fixed but I heard from my client and apparently she is still having issues on her Android phone. Apparently in landscape view it is still showing up incorrectly.

    Can you help? Thank you!

    #276301

    Hi cspoda!

    Please add following code to Quick CSS as well

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

    That should fix it

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.