Home › Forums › Trusted › Reduce Heith of › Reply To: Reduce Heith of
April 24, 2018 at 4:32 pm
#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;
}