Why is this page looking like two columns

Hello,

http://jillshalvis.nashalamadesigns.com/rescue-my-heart-2/

only on this link the website is kinda split on two screen, the footer shows up on the left and the rest of the website on the right,

But I don’t know why, I’m confused

Hi,

To fix it, you can add this in Theme Options > CSS

.x-root {
    flex-wrap: wrap;
}

.x-colophon {
    width: 100%;
}

Hope this helps

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