• Anonymous User 16550965

    (@anonymized-16550965)


    Hello,

    I want to make my Footer smaller so that it doesn’t take up so much space at the bottom.
    What do I need to add in CSS?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Farook Kholwadia

    (@judgerookie)

    Add the below code via Dashboard >> Appearance >> Customise >> Additional CSS

    
    .ast-footer-overlay{padding: 0;}
    

    or

    
    .ast-footer-overlay {
        padding-top: 1em;
        padding-bottom: 0;
    }
    

    whichever you prefer, for the second one adjust numbers how you like.

    Thread Starter Anonymous User 16550965

    (@anonymized-16550965)

    Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Smaller Footer’ is closed to new replies.