CMS Development

mohall
Participant

Extra spacing between modules

What's the best way to narrow the spacing between modules? 

2 Replies 2
jonchim
Guide | Diamond Partner
Guide | Diamond Partner

Extra spacing between modules

Hey Mohall,

 

By default hubspot puts a margin-left percentage on their spans

 

.row-fluid [class*="span"] {

    margin-left: 2.564102564%;  <--- this percent is different depending on the column size

}

 

I'd give your modules a custom class and adjust the margin that way






Jon Chim
VP of Design & Development
Hypha HubSpot Development


check Did my post help answer your query? Help the Community by marking it as a solution
0 Upvotes
mohall
Participant

Extra spacing between modules

Thank you for this, jonchim. What about padding on the bottom? 

0 Upvotes