Decrease footer margin and center contents

Hello, I am sure you can help me out. I have three columns with three widgets in my footer (www.123computerhilfe.at).
I would like to center those three widgets and make the whole footer lower. How can I do that?

Thank you very much!

Comments

  • Hello,
    Please paste this CSS code to Theme Options > Custom CSS & JS > CSS to centre it
    #Footer{
    text-align:center !important;
    }

    About the padding, you will be able to change it in the Theme Options > Footer, there you will find a lot of options related to the footer.
    Thanks
Sign In or Register to comment.