Hi
I have a footer that is assigned to all pages. When I view the footer in the footer builder, it looks like this
But when I view it in the home page, it looks like this. In other pages it appears OK

The footer CSS has the following to format the FORM
$el {
width: 100%;
}
.feastform form {
flex-direction: row;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
align-content: stretch;
flex: 0 1 86%;
height: auto;
max-width: 900px;
display: flex;
}
.feastform form > fieldset {
flex-direction: row;
justify-content: center;
align-items: center;
flex: 1 0 15rem;
margin: 0.1rem 0.1rem 0.1rem 0.1rem;
background-color: transparent;
}
.feastform form > fieldset > .submit {
margin-top:0 !important;
}
.feastform form > fieldset > input {
margin-bottom: 0px !important;
border-radius: 3px !important;
}
.x-btn-rounded {
font-weight: bold
}
Any idea what is causing the footer to appear. this way? The section below the form is all over the place as well.
Regards
