Home › Forums › WordPress Themes – Premium › Circumference › too much white space › Reply To: too much white space
July 16, 2015 at 8:28 am
#21502
Participant
Hi Nancy,
You can use the following custom css to fix the height.
#cir-content-wrapper {
padding: 0.5em 0;
}
Please note that while using custom css use child theme or use custom css plugin of jetpack, so the customization data doesn’t get lost on theme updating.
Thanks