I've found the CSS for RT-block but it's a global CSS on the margins of all "blocks" on a given template
Can someone tell me how to put different margin conditions exclusively on Custom HTML modules?
aka, they currently have a 15px padding/margin and if I set this to 0px it reduces the margins throughout the entire template, how can I set the margins on Custom HTML modules to 0?
Thanks.rt-block {
padding: 15px;
margin-bottom: 10px;
position: relative;}