Home Forums WordPress Themes – Premium Circumference too much white space Reply To: too much white space

#21855
Binaya D
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