Pereira Well-known member Jul 3, 2013 #1 When the DOB label is on top, there's not enough spacing between the DOB label and the drop-down when in responsive. (Part of it is hidden) This is on the registration page obviously.
When the DOB label is on top, there's not enough spacing between the DOB label and the drop-down when in responsive. (Part of it is hidden) This is on the registration page obviously.
EQnoble Well-known member Jul 3, 2013 #2 Confirmed on FF21 - win 7 Adding this when the narrowest responsive width kicks in fixes the display for me Code: .ctrlUnit.OptOut dd { padding-top: 8px; }
Confirmed on FF21 - win 7 Adding this when the narrowest responsive width kicks in fixes the display for me Code: .ctrlUnit.OptOut dd { padding-top: 8px; }