Removing empty space on front page

Hi There,

I’m wanting to remove two areas of empty space from my front page sections. One under the text for ‘About Me’ (ideally I’d like to have a centered image here instead of space if possible?!) and the space before the heading that says ‘Events’. I’d also like the title ‘Events’ to be larger. Are you able to offer any advice? My web page is www.therealhealthrebel.com

I really like the theme - just a total novice at this so finding it a lot to get my head around!

Thanks so much in advance.

Jacinda

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Sorry, but placing image under about me heading is not possible, we can only reduce that space
Please add this CSS in appearance - customize - additional CSS

/*Reduce spaces*/
#about .section-header h3 {
    margin-bottom: 5px;
}
#full-width.width-padding {
    padding-top: 30px;
}

Thanks!
Colorlib Support Team