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

    Hello! I would like to change the header size for my mobile and ipad, but I want it to stay the same for desktop.
    my website is http://www.wishingyouthebestalways.com

    I want to shrink the header so it always fits in the screen.

    Thank you!

    #260338
    Skandha
    Participant

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

    @media screen and (max-width: 1024px) {
    	.custom-header::before {
    		background-image: unset;
    	}
    	.custom-header img {
    		display: block;
    	}
    	.home .site .custom-header {
    		min-height: unset;
    	}
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Resize on Mobile and Ipad’ is closed to new replies.