Hey Dave,
I got it to have two side by side, but the bottom part where you can select the terms of use is not scrolling to the bottom. Any suggestion as to why this is happening?
your going to have to push the footer down with some manual css. Check out the footer class in console and then play with it until it moves down.
then when you have it moved, set that css for just this one page, you dont want to mess up the other pages.
I just tried something and it worked...
try
.ow_footer {
margin-top: 200px;
}
works for me...
Nice I had to use 350, but it works like a charm
I didnt want to do that unless i got verification.
It seems as if Oxwalls ecosystem can be sensitive to changes.
Anyway, thanks and as always you the best.
Where should I post a question in regards to creating an html website, but they need to log into oxwall to access it.