Page Section Padding

You can add this helper class to set section padding top 50px and padding bottom 50px.

Add space-ptb class in section tag. See example below:

<section class="... space-ptb">
  [YOUR CONTENT]
</section>

Note Use this helper class to maintain all page section spacing. You can also use space-pt for only padding top and space-pb for only padding bottom.

Suggest Edit