Remove white space on home page
-
I need to remove the white space between the header image and next block. Every solution I have found removes space between blocks on the entire site. I just need the home page spacing removed. How can I do this?
This is what I have tried:
.entry-content > *, .wp-block-group > *, .wp-block-columns > * {
margin-top: 0 !important;
margin-bottom: 0 !important;The page I need help with: [log in to see the link]
- The topic ‘Remove white space on home page’ is closed to new replies.