Problem/Motivation
The display options for the label of a field are currently only Above, Inline, and〈hidden〉. While designers can place the label to the left or right of a field using 'float left' or 'float right', they are not able to place the label beneath the field, given the HTML ordering of Field-Label.
Proposed resolution
Add a display option of 'Below', and enable label to display beneath field.
Remaining tasks
Patch written.
User interface changes
Add a display option of 'Below' in for Field->Label on page admin/structure/types/manage/[content type name]/display
API changes
None
Data model changes
None
Comments
Comment #2
Mark_L6n commentedUploaded patch.
Comment #3
Mark_L6n commentedHmmm...having trouble updating 'Related Issue', which is the same for D8: #2023533: Add 'Below' position option to Field Label display
Comment #4
Mark_L6n commentedComment #5
David_Rothstein commentedThanks, but it needs to go into Drupal 8 first. I marked the other issue for possible Drupal 7 backport now though.