Shape 5

Joomla Templates => Corpway - Club => : mktgape September 01, 2017, 09:47:23 AM



: Using <br /> in a form isn't working
: mktgape September 01, 2017, 09:47:23 AM
I have a simple form using
 tag to place <input> fields on separate lines; however the input fields appear to be left aligned/floated.  I have tried placing the form in a <div style="clear:both"> tag but it renders the same.  The form is in the bottom_row_2_2 position and is located at http://gregoryerobinson.com near the bottom right of the page.  Thanks in advance for solving this mystery!!!


: Re: Using <br /> in a form isn't working
: mikek September 02, 2017, 07:05:38 AM
Hello,

Try adding the following to custom.css:

.module_round_box form br {
    display: block !important;
}