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

#21502
Shekhar Bhandari
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