Integrity - Remove Footer White Line and Center Content

Hello,

There is a white line that is added above the footer content that I would like removed and the content itself is to the left instead of centered. Please advise what to do :slight_smile:

Thank you!
Robert

Hi Robert,

Thanks for reaching out.

I’m assuming you’re referring to the site with black footer (X theme), then please add this CSS to Theme Options > CSS

.x-colophon.top, .x-colophon.bottom {
    box-shadow: none !important;
    border: 0px !important;
}

Though, I can’t find the content that is displayed on left instead of centered. Would you mind providing a screenshot? I checked on both desktop and mobile.

Thanks!

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