Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #68153
    Paul
    Participant

    shouldn’t this thing expand way before this? it works really well once it jumps to fill the space resizing itself many times as the page is widened. but when you get narrow it’s either in mobile size and stuck there when the page is size of pad device. not sure if that’s displaying properly.
    reference image:
    http://imgur.com/CMdixQ2
    https://earthpulse.net

    #68200
    Sakin
    Keymaster

    @Paul: Sorry I don’t get it what you mean. What do you want to do with mobile header.

    #78298
    Paul
    Participant

    hi again

    can u suggest a fix for our header logo
    in mobile it automatically gets some margins and gets squeezed in
    see image for reference:

    we want the logo image to occupy the entire space with 0 margins on either size for mobile view (below 1000px)

    #78299
    Paul
    Participant
    #78335
    Sakin
    Keymaster

    @Paul: Try adding following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 940px) {
    	#branding img { max-height: 100%; }
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘mobile header’ is closed to new replies.