Space below the About section

In the about section - I have inserted a blank text widget to get rid of the example percentage skills things. However that makes a big gap between that and the next section. How can I avoid having the skills percentage slider things AND not have a big space after the section?

-Chris

Hello,

You should try this CSS solution:

#about { padding-bottom: 0; }
#about .section-header {
    margin-bottom: 0;
}

Let me know if it’s working as expected.

Cheers

Perfect - fixed it!

Thanks

That’s great news :slight_smile:

Enjoy!