09/22/2015 at 4:20 pm
#347790
Keymaster
@ Cole
There’s not really a way to do this easily. The easiest is kind of hacky.. add the following CSS to the theme’s custom CSS area:
#cn-gridder form.cn-form {
position: absolute;
top: -70px;
display: block;
width: 100%;
}
#cn-slim-plus form.cn-form {
position: absolute;
top: -80px;
display: block;
width: 100%;
}
Basically this take the form section out of the normal document flow and uses positioning to sort of wedge it between the neaders.
