Please help, my form is diplaying at the bottom of the page. I want it at the top, not sure what I am doing wrong.
Forums
Form layout
Hi Joomla!-noobies,
Something in the way the page is laid out is pushing the form down below the left hand column. I spent a while looking at it last night but haven't been able to find the cause or a fix for it.
Bob
Something in the way the page is laid out is pushing the form down below the left hand column. I spent a while looking at it last night but haven't been able to find the cause or a fix for it.
Bob
?
I was having the same / a similar issue with my custom template - the form was pushed below the modules in left / right position
on my end the solution was to remove the clear classes and clear:both in css
I deleted in ../administrator/components/com_chronoforms/helpers/html_helper.php:
it is likely necessary to resave exisitng forms to POST changes
and in ../components/com_chronoforms/css/frontforms.css I deleted
in
.ccms_form_element {...}
and
.small-message, .error-message {...}
cannot tell if this will also resolve the matter for you as I donno your template...
on my end the solution was to remove the clear classes and clear:both in css
I deleted in ../administrator/components/com_chronoforms/helpers/html_helper.php:
$fieldoptions['after'] .= '<div class="clear"></div>';
it is likely necessary to resave exisitng forms to POST changes
and in ../components/com_chronoforms/css/frontforms.css I deleted
clear: both;
in
.ccms_form_element {...}
and
.small-message, .error-message {...}
cannot tell if this will also resolve the matter for you as I donno your template...
This topic is locked and no more replies can be posted.