Home › Forums › CSS › Remove white space under header › Reply To: Remove white space under header
November 14, 2016 at 9:50 am
#247825
Participant
I suppose you mean the large white area below the header… that’s caused by this:
.vc_row.vc_row-o-full-height {
min-height: 100vh;
}