I am trying to put a horizontal form inside of a section with left tabbing.
The problem that I cannot seem to beat is that since the tab-left is created by floating the <ul>
left, and the .form-group
's are grouped by clearing similar to .clearfix
, means that the first form-group will clear the left tabs as well, causing the next form-group to be positioned way off.
Snippet: http://www.codeply.com/go/zdjODkN7uu
I am wondering if it is possible to sort of 'remove' the clearfix for the form-group's or otherwise correctly contain the form within the tab-contents section? Thanks for any help.