Illdy Footer: Change to 3 columns and change height

I have two queries relating to the footer:

1\ I only need 1 widget in the footer area and with the 4 column setup this doesn’t look right as it won’t centre. Can you tell me how to change to 3 columns so I can use the middle one (or 1 column if I can change the width).

2\ I need to reduce the height. Currently it makes the widget content (a CF7 form) to long.

Please see attached SG for a rough idea of where I would like to position the form.

http://joeanddiana.co.uk/

Thanks

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

@media (min-width: 992px){
#footer .col-md-3 {
width: 100%;
text-align: center;
}
}
@media (min-width: 768px){
#footer .col-sm-6 {
width: 100%;
}
}
Thanks!
Colorlib Support Team

Thanks! Had the same problem. Now the text is aligned to the center but I get some angle brackets at the beginning of every line. Is there a way to erase those?

Hi

Can you show me? please provide link to the page and screenshot

I’ve already solved it. THanks, though!

Nice to hear, this case is closed now