Remove Gutter between Columns
-
Hi there,
I am trying to remove the middle gutter between 2 columns but cannot get the job done. I was able to remove top-bottom margin using the code suggested in this forum, but cannot get the middle gutter in a two-column setup to disappear.
This will remove top and bottom:
.entry-content > *, .wp-block-group > *, .wp-block-columns > * {
margin-top: 0 !important;
margin-bottom: 0 !important;
}But how do I remove the gutter?
You can check out my link: I trying to get the space between the album cover (left) and embed music player (right) to disappear.
Any help greatly appreciated.
Cheers,
WalterThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Gutter between Columns’ is closed to new replies.