Remove 'About - sliders'

I have managed to remove the sliders in the ‘About’ section by adding a skills widget (with no text), but these leaves too much white space (especially when viewing on mobile)

How can I just remove the sliders altogether without having to replace them with something else?

My site is: caroline-morris.com

Thanks!

Hello there,

I hope you are doing well today.

I checked your website and saw that you removed the skill bars/slider but the space is there on mobile.

You can use the following CSS code to reduce the space by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove the space in about section*/ #about .section-header { margin-bottom: 10px; } #full-width.width-padding { padding-top: 10px; }

Best Regards,
Support