Footer widget's size
Hello, how can i manage the size and padding of widgets in footer. I want to reduce bottom padding in text widgets for example
I want fix the space between 2nd column texts and the buttoms.
Thank you for your answer :-)
Comments
Everything here is wrapped in <p> tags which makes the spacing.
Just add style="margin-bottom:0;" to each element. This should reduce some spacing.
thanks