Footer trouble

Hi guys! Having a bit of an issue with this footer - for some reason it’s not looking correctly. I tried with the footer builder and the same thing happens.

Any ideas as to why?
Thanks!
Fabi

Hello @fabipaolini,

Thanks for asking. :slight_smile:

Please change the image height under The Gird > Global Settings > Image size and see how it goes.

You also have the option to add following CSS under Pro > Theme Options > CSS:

.tg-grid-holder {
    height: 400px !important;
}

If you would like to learn CSS, please take a look at following resource:

https://www.w3schools.com/css/

Thanks.

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