Best Premium and Free WordPress Themes › Forums › Education Base › Head image and menu background ? › Reply To: Head image and menu background ?
		February 23, 2018 at 5:45 am
		
		#25750
		
		
		
	
Keymaster
		
		
	Hello compufreek,
Use the following custom CSS:
#navbar {
    height: 100px;
    z-index: 170;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 0;
}
.inner-main-title {
    height: 150px;
    margin-top: 100px;
}
Best Regards!