- This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Reduce Heith of’ is closed to new replies.
Hello. I like your theme very much. The design fit very much for consultants, lawyers etc. One kind question:
How may I reduce the heigth of the grey backgrount on top and bottom – see picture – on start page? CSS?
Thanks..
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;
}
Thank you very much for this fast reply. Many thanks. ct