[ad_1]
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]