Hello,
I’m having the same problem. I put
.m0 {
margin-top: 0!important;
margin-bottom: 0!important;
}
in just like Miha said
https://wordpress.org/support/topic/reduce-space-between-blocks/#post-12238102
Then I inserted
.m0
in the Additional CSS classes into each and every block. there’s not that many. But no affect at all.
Any more recent suggestions? Thank you
-
This reply was modified 4 years, 3 months ago by
davidcollins.
Can you share url to your website?
Sure, Miha.
https://rebelravengames.com/
Any help would be greatly appreciated.
I’m sure you’ll see that I’m also having trouble adjusting the font size in a list.
Mind the dot. A .
prefix represents a class selector. It is only used when you define css class in your stylesheet, like this:
.m0 {
margin-top: 0!important;
margin-bottom: 0!important;
}
Later when you whish to use this declared class on html element, you should use it without dot like this: m0
Just replace your .m0
with m0
on your block elements and you should be fine.
-
This reply was modified 4 years, 3 months ago by
Miha Omejc.
Thank you. It is working now.
I have Kinected.events and I can’t seem to remove the space at the top. When I load other themes it goes away, it’s just this event theme from themify. any help would be appreciated.