Footer size

Hi can you please help me how to make footer height smaller…

Hi @pavle,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

footer#colophon {
    padding: 5px 0;
}

Best Regards,
Movin