I tried J4 on Joomla.com and I see that fields aren't responsive : http://artisanduweb.joomla.com/index.php/contact.html?view=contact&id=1
CSS ? Somtehing like :
@media(max-width: 768px){
form:not(.form-no-margin) .control-group .controls {margin-left: 80px;}
}
@media(max-width: 480px){
form:not(.form-no-margin) .control-group .control-label {float: none;}
form:not(.form-no-margin) .control-group .controls {margin: 0;}
}
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Title |
|
Category | ⇒ | com_contact |
Title |
|
Labels |
Added:
J4 Issue
|
Priority | Medium | ⇒ | Low |
Status | Discussion | ⇒ | Information Required |
Build | master | ⇒ | 4.0-dev |
@AlainRnet are you still experiencing this in the latest J4 build?
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-24 16:00:20 |
Closed_By | ⇒ | AlainRnet |
No, everything is OK now.
Thank you for the follow-up.
Regards.
Ideally the form layouts need to be rewritten using flexbox rather than a set width for the label, floats and left margins.