Replies: 0
Bad solution for the wrapper element:
.entry-content .wp-block-columns * {
margin-bottom: 20px;
margin-top: 20px;
}
What if I need the items in the column to be without margins? Write a style for each of these elements?… This is not a best practice.