Home › Forums › WordPress Themes – Premium › Circumference › too much white space › Reply To: too much white space
September 23, 2015 at 8:15 am
#21855
Participant
Hi Deborah Smith,
For the first issue please use the following css to fix your issue:
#cir-banner {
display: none;
}
And for the second issue please use the following css to fix your issue:
#cir-content-wrapper {
padding: 0px;
}
Thanks