How to remove/control white/empty space between text and page borders?
-
I am trying to mostly decrease (would like to know how to control) the white (empty) space between the page content and the page borders. I have tried the same for blocks. Here is what I have tried without success;
.page-content { margin-top: 0 !important; padding-top: 0 !important; }
and for blocks;
.entry-content > *, .wp-block-group > *, .wp-block-columns > * { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
Can someone please help with it?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to remove/control white/empty space between text and page borders?’ is closed to new replies.