Shape 5

Joomla Templates => Incline - Club => : byarca February 10, 2017, 12:41:59 PM



: How I can reduce size footer?
: byarca February 10, 2017, 12:41:59 PM
I need reduce size footer. Can you help me? Thank you!


: Re: How I can reduce size footer?
: mikek February 11, 2017, 06:32:28 AM
Hello,

You would adjust the top and bottom padding in template.css under:

#s5_footer_area_inner {
    font-size: 0.9em;
    padding-bottom: 200px;
    padding-top: 70px;
    text-align: center;
}

We do not provide services for modifying the template. I would suggest using a tool like Firebug for any future editing you may wish to do.


: Re: How I can reduce size footer?
: byarca February 11, 2017, 10:47:00 AM
Thank you. It is ok now!