Hello Forum
I've got (hopefully a minor) problem with one of my forms. My form seem to "push away" my modules on the right. They're now under the form instead of right of it.
There's the problem: http://web91.login-86.hoststar.ch/index.php/neumitglieder
and this is how it should look: http://web91.login-86.hoststar.ch/index.php/wettkampf-events/anmeldung-clubmeisterschaften
In both cases, I used custom code to add text.
Any idea?
I've got (hopefully a minor) problem with one of my forms. My form seem to "push away" my modules on the right. They're now under the form instead of right of it.
There's the problem: http://web91.login-86.hoststar.ch/index.php/neumitglieder
and this is how it should look: http://web91.login-86.hoststar.ch/index.php/wettkampf-events/anmeldung-clubmeisterschaften
In both cases, I used custom code to add text.
Any idea?
Hi mikefedi,
I took a look and can see the problem but haven't found the cause. There are three common causes:
a) an unclosed or extra html element - usually a <div> or <p> that breaks the page HTML and puts the side module *inside* the main page content;
b) CSS that makes the main page content too wide
c) a CSS 'clear' statement that pushes the module content down.
Bob
I took a look and can see the problem but haven't found the cause. There are three common causes:
a) an unclosed or extra html element - usually a <div> or <p> that breaks the page HTML and puts the side module *inside* the main page content;
b) CSS that makes the main page content too wide
c) a CSS 'clear' statement that pushes the module content down.
Bob
This topic is locked and no more replies can be posted.