In another thread I asked if there is also a way to downsize the padding on top of the portfolio-grid.
In the mean while it turns out the top padding of the portfolio grid seems inconsitent.
At the page I posted the portfolio grid the first, there is still a large top padding, which I want to downsize (like on the other page mentioned below).
(padding within color section, between text blok with headers & portfolio grid)
On another page there was no top padding at all, and I just added a white spacer to get the right padding on front-end. On this page I used the same settings within the color section & portfolio etc.
Could you please help me out here?
Hey NieuweDag,
Add the following to quick css:
.page-id-1790 .sort_width_container.av-sort-yes{
margin: 10px 0!important;
}
Adjust 10px to whatever you need it to be.
Best regards,
Jordan Shannon
Thanks! I still don’t know what caused the inconsistent alignment, but this Quick CSS fix did the trick for now on this page!