How to reduce space in between lines

Hey guys, I’ve had this ongoing problem where I have just a huge space in between the lines, I use “shift, enter” when I can, however for certain things I would like a little space, however not never as much as shown. Is there special code I can implement that this space isn’t nearly as big?

Hi There @degalbo2

Thanks for writing in! Basically you can assign classes like mtn to remove top margin, and mbn to remove bottom margin etc. Please refer to our element spacing guide here (https://theme.co/apex/forum/t/customizations-element-spacing/211) for detailed information.

For example
<h2 class="mbn"> Training Gear </h2>

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.