You have some containers that can be removed and because you are using a child theme, this makes it easier.
First, the screenshot shows the Showcase Shadow container which takes up some space. My guess is that you don’t want that so that will reduce the spacing.
Then, you may want to make the top padding of the #main-content container as 0, as you can see below, the style.css has it at 25px:
#main-content {
min-height: 120px;
padding: 25px 15px;
/* border-bottom: 1px solid #8FAEB8; */
}
I’m working on a new update for the theme and just noticed I have a double #main-content container (should just be one) which is doubling that padding I just noted. I will fix this in the update.
Untitled-1.jpg
Attachments:
You must be
logged in to view attached files.