[Resolved] Space too big between 2 containers of a grid – mobile

Home Forums Support [Resolved] Space too big between 2 containers of a grid – mobile

Home Forums Support Space too big between 2 containers of a grid – mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1660123
    Manuela

    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,

    #1660547
    David
    Staff
    Customer Support

    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;
    }
    #1660652
    Manuela

    Awesome!

    Thanks,

    #1660870
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.