Home Forums Jevelin Theme How to close the white space "gap" above and below bio section? Reply To: How to close the white space "gap" above and below bio section?

Home Forums Jevelin Theme How to close the white space "gap" above and below bio section? Reply To: How to close the white space "gap" above and below bio section?

Solution for this topic

Hi @heatherruthcreative,

 

I hope you are well today and thank you for your question.

 

You can remove that gap by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-column.sh-column-2b6e13cfa0cb4ce1ba8abb2672bebd80 {
    height: auto !Important;
    padding-top: 0;
    padding-bottom: 0;
}

 

Best regards,
Shufflehound team