Hi, how can I delete the big spaces between the modules? I have applied the flush, nomargin and nopadding block variations, but still there is a big space (about 26px) between them.
I also tried adding a file TEMPLATE/custom/SCSS/custom.scss with the code
#g-navigation {
margin-bottom: -22px;
}
but it did not work either.
Thanks and regards