LOADING

This tutorial covers how to align Grid elements.

  1. Create a code block in a Story, and insert a code snippet (see below).
<style>
 @media (min-width: 768px) {
   .help-financial-services .align-items-vertically .f-text p {
     height: 80px;
   }
 }

 @media (min-width: 992px) {
   .help-financial-services .align-items-vertically .f-text p {
     height: 50px;
   }
 }
</style>
  1. Open the Story in edit mode. Add CSS class to the Section element which contains the Grid. In this case we need to add ‘help-financial-services’
Add CSS class to the Section element.
  1. Save the Story, changes will be automatically applied.