Home › Forums › WordPress Themes – Premium › Circumference › Secondary Menu and removal of header › Reply To: Secondary Menu and removal of header
December 24, 2014 at 6:22 am
#20824
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.