Hi there,
I was successfully able to remove the white space between “image with text” section in the Dawn theme using the following code, pased into the base.css asset:
.image-with-text {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
In addition to that, I would like to remove the white space to the left of the images in the “image with text” sections. Ideally, I would also have some white space in between the header and first “image with text” section as well (this was removed with the above code).
Tks!