Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #278025
    Nikki S
    Participant

    I’m new to WordPress and I’m using the Euphony theme. I have found on forums some additional css to enable the header image on my website to adjust in size when viewing on a tablet or mobile (see below). However, a large space then appears between the header image and the content of the page, so you almost wouldn’t know there was anything to scroll down to. The website is http://www.thisiship.co.uk. Any help gratefully received 🙂

    My added css so far is:

    .custom-header .wrapper::before {
    background-image:none;
    }
    .has-header-media .custom-header-media .wp-custom-header img {
    display: block;
    }

    #278045
    Skandha
    Participant

    @nikki-s: Hello there,
    I will look into the issue and get back to you soon on this

    Kind Regards,
    Skandha

    #278374
    Skandha
    Participant

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

    @media screen and (max-width: 1024px) {
    	.custom-header-content {
    		transform: none;
    		top: unset;
    		bottom: -10%
    	}
    }

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Space Below Header Image on Ipad/Mobile’ is closed to new replies.