How to remove white space above header image?

hi…

i really loved your travelity themes, i have only 1 question about how to raise my header, i provide a screen shoot for you to get you know what i mean :slight_smile:


many thanks!

Try moving your header image up like this

.header-image {
	margin-top: -50px;
}

Adjust pixels to get the results you were looking for. It depends from one site setup to another.

Add this code to your Child Theme if you use one or inside Theme Options – Other – Custom CSS.

thank you…my header looks much better now!