Footer reduce height and align widgets

I have added in the information I want in the footer however the footer is very high and also the images I have added to the footer widgets do not line up in one straight line. Any suggestions on how I can reduce the height and get the widget images aligned?

Thanks

HI there,

Please add this code in the Global CSS:

.x-colophon.top {
    padding-top: 0;
    padding-bottom: 0
}

The images are not aligning correctly because they have different height. Is seems that you tried to remove the background color in the bush heritage image but there are still some sections of it that has the white color.

Try cropping the actual image with the correct height.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.