[ad_1]
On this page I first inserted a column block (one column) and inside the column I inserted a paragraph block. There are margins between the paragraph and the column block. When I look at the page on a mobile device the margins are a little to great to my taste. How can I get rid of those margins? I tried this in additional CSS, but that didn’t work.
/* Adjust paragraph width in column block */
.wp-block-column .wp-block-paragraph {
width: 100%;
margin: 0;
}
The page I need help with: [log in to see the link]
