Home Forums Trusted Reduce Heith of

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4544
    Carsten Trier
    Participant

    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..

    #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;
    }
    #4549
    Carsten Trier
    Participant

    Thank you very much for this fast reply. Many thanks. ct

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce Heith of’ is closed to new replies.