I’ve made a new page to just put a slider on it, but there was a huge gap between header and footer. So i went to inspect element to try to identify the right css for it. Before some trials and error, i’ve came with this CSS:
.x-container>.offset {
margin: 0;
}
The gap reduced alot, but still exists. I’ve tried inserting some random tags lag
height: 0;
or
padding-top: 0;
padding-bottom: 0;
but no success. The gap already exists in both top and bottom (before the footer).
Here’s what i’m trying to get rid of:

