[Resolved] Remove line under video in grid.

Home Forums Support [Resolved] Remove line under video in grid.

Home Forums Support Remove line under video in grid.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1978894
    Michael

    Hi there,

    I’m struggling to remove an 18px line under a video that’s in a grid. Do you have any ideas on how to fix it?

    https://www.staging2.goodsignals.com/

    Thanks in advance.

    #1978975
    Leo
    Staff
    Customer Support

    Hi Michael,

    Try this CSS:

    .gb-inside-container .wp-block-video {
        margin-bottom: 0;
        line-height: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1978995
    Michael

    Thank you so much

    #1979246
    Leo
    Staff
    Customer Support

    No problem 🙂

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