• Resolved janw99

    (@janw99)


    Hi! I am trying to remove the gap between column blocks in NEVE.

    See home page (left one is text – right one is a picture).

    I tried with custom CSS:
    .wp-block-columns .wp-block-column {
    margin-right: 1px !important;
    margin-left: 0 !important;
    }


    but it does not work. Using Developer Console in Firefox, I can edit :where(.wp-block-columns.is-layout-flex) { gap: 2em; } to 0.
    This works. But I don’t know how to add this as custom CSS.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter janw99

    (@janw99)

    Okay, I just realized I can literally enter

    :where(.wp-block-columns.is-layout-flex) {
      gap: 0;
    }

    as Custom CSS and it works.

    Resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘[NEVE] Remove gap between column blocks’ is closed to new replies.