Home Forums Trusted Reduce Heith of Reply To: Reduce Heith of

#4547
Andy
Keymaster

The standard padding at the top and bottom of the Call-to-Action Section is 50px.

Change this by adding this CSS code in ‘Appearance’ > ‘Customize’ > ‘Additional CSS’
(change 50px to whatever value(s) you like)

#cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
}