Distance in the footer since update

Hello,
I´ve updated the X-theme. Now there is a strange distance in the footer of the website. You can see it on the screenshot: https://fluegelschwinger.com/wp-content/uploads/2018/05/Screen.jpg
How can I fix this problem?

Thanks in advance.

Best regards,
Christine

Hi @christine-i,

Thanks for writing in.

It’s due to 3em margin for widgets. Please add this CSS to your global custom CSS

@media ( min-width: 980px ) {

.x-colophon .widget {
margin-top: 0px !important;
}


} 

Hope this helps.

Dear team, here another case with the footer after the last update.

The margins and paddings have been lost. Moreover, the mobile version appears all in one row. Help!

I have addressed the issue updating the Height for every row.

Glad that you fixed yourself!

Thanks

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