Margins in the Columns Block
-
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.
- The topic ‘Margins in the Columns Block’ is closed to new replies.