Remove footer sidebar

See image, thank you in advance

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove bottom footer*/
.bottom-footer {
    display: none !important;
}

Best Regards,
Support

Have the same question. Just tried solution above, but nothing is changing?

Hello there,

What theme are you using?
This CSS code may not work on a different theme.
Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

I use Illdy (that’w why I looked in the Illdy thread)
My website is www.spieksokken.nl
I managed to empty the footer, but prefer to delete it (and replace it with an Instagram Feed)

Hello there,

If you want to use Instagram there then it would be a good option to keep the footer there but instead add an Instagram widget to the footer area.

Here are some widget options:

Here is the CSS to remove the footer area:

/*Footer removal*/
#footer {
    display: none;
}

Best Regards,
Support

Thanks for the quick reply!
That works. But how to place an instagram widget over the full width of the footer?

Hello there,

When you place the widget in only one of the footers it should automatically extend the footer but we can provide some CSS code to extend it if need be.

Best Regards,
Support

Just put the widget in the footer but nothing happens.
Guess I’m doin something wrong but cant find out what it is?

In the meantime I got an Instagram widget working, but it does not show over the full width of the page.
Can you help me out please?

Hey there,
I hope you’re doing well today

The widgets are displayed in column, not full with rows, to get them horizontal will require custom development which isn’t covered on the scope of our support.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

Best Regards,
Support