Archived topic
Space too big between 2 containers of a grid - mobile
3 replies · Started by Manuela on February 16, 2021
Viewing posts 1–4 of 4
Hello,
I noticed that for my contact page, on mobile, there is a lot of space between the pullquote and the text. How can I reduce the space a bit?
Thank you,
Hi there,
add this CSS to remove the additional spacing the Blockquote has added to it:
.gb-inside-container .wp-block-pullquote {
padding: 0;
}
.gb-inside-container .wp-block-pullquote blockquote {
margin-bottom: 0;
}
Awesome!
Thanks,
You're welcome
This archived topic is closed to new replies.