I’m not an expert,
but looking at the code it seems you have:
.main-content {
padding: 70px 0;
overflow: hidden;
}
with a child theme and a custom CSS you can add this:
.main-content {
padding: 0;
}
If you do so, then the page will look like this:
-
This reply was modified 8 years, 2 months ago by verysame.