Home Forums WordPress Themes – Premium Circumference Secondary Menu and removal of header Reply To: Secondary Menu and removal of header

#20824
Shekhar Bhandari
Participant

Hi Bill,
you can go to style.css file line no. 564

#cir-banner {
	min-height: 2.5em;
	background-color:#7FAAB5;
	background-position: center;
}

and remove the min-height property.

Thanks.