Archived topic
Front Page
5 replies · Started by JOAQUIM GALANTE on January 12, 2021
I would like you help me in the following, I can't reduce the distance between the slide show and the magazine grid, in the customizer layout I can reduce it but when I see it on the website on line it still the same.
Thanks a lot
Hi there,
the space comes from the Bottom Padding in Customizer > Layout > Site Header.
No David, your solution is push the magazine grid close to the top carousel, this i can do it easily.
what i want is push te magazine grid near to the Container, i have the layout padding superior container in '0' and the gap still there.
Look the gap below the magazine grid.
Are you understand ?
Ok, theres an error in the grids CSS. Look for this piece of the CSS:
.wpsp-grid .wp-show-posts {
grid-template-columns: repeat(8, 1fr);
grid-template-rows: fr auto; /* this line is broken */
grid-row-gap: 1px;
grid-column-gap: 1px;
}
I have commented the line that needs fixing. Change it to:
grid-template-rows: 1fr 1fr;
The rest of the space is coming from the H2 element in the Carousel below the grid
Done it.
Thanks a lot David, hug.
Glad to be of help