Height "About section" after removing skill bars

Hello,
I hope you can help me. I removed skill bars in About section using suggested here CCS code. Unfortunately after removing bars height if the section remain the same - and it does not look good. Could you please suggest how to resize the section to fit it to the content.
Thank you in advance for your help.
Bye,
Anna

Hey there,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*reduce height*/
#about .section-header {
    margin-bottom: 0px;
}

Best regards,
Support.

It worked :slight_smile: Thank you :)))