Tagged: , ,

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

    How can I change the size of the header image?

    #266680
    Skandha
    Participant

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

    @media screen and (min-width: 64em) {
    	.header-media .custom-header-media {
    		height: 80vh !important;
    	}
    }

    You can change the value of height according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #268599
    Jennifer Shore
    Participant

    Hi there—I tried to use this code for my site and it doesn’t look like it’s working. Would you mind taking a look?

    https://www.jenniferannshore.com/

    I used:


    @media
    screen and (min-width: 64em) {
    .header-media .custom-header-media {
    height: 50vh !important;
    }
    }

    #268633
    Skandha
    Participant

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

    .home .custom-header {
    	height: 50vh;
    }

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header image’ is closed to new replies.