Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #289690
    Dana
    Participant

    Hullo. I love the look of the theme, having a wee bit of a problem in portrait/vertical/standard mode on phones. Landscape seems ok.

    see: http://www.percolatingpixelphotos.com

    Desktop and tablets see fine. Suggestions appreciated.

    Thanks!

    – DC

    angel3000.dana *gmail

    #289691
    Dana
    Participant

    Portrait mode, sorry for any confusion. Portrait is the issue.

    #289713
    Skandha
    Participant

    @fastfashn: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 600px) {
        .home .custom-header .wrapper::before {
            background-image: unset;  
        }
        .home .custom-header-media .wp-custom-header img {
            display: block !important;
            max-height: 100vh;
        }
        .home .custom-header-content {
            display: none;
        }
        .home .custom-header-media {
            height: auto !important;
        }
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Text on phones squished into an unreadable mess in landscape mode’ is closed to new replies.