Hi,
I’m struggling to figure out how to align ‘Name’ and ‘Email’ in my contact form to the left of the boxes in tablet view.
I’ve managed to make sure they are aligned to the left in mobile view using:
@media (max-width: 479px) {
.wpforms-field-label {
text-align: left;
}
I’m trying all sorts of things like this that I’ve found on google:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.wpforms-field-label {
text-align: left;
}
However nothing is changing.
Has anyone any suggestions please?
Many thanks in advance,
Tim
- This topic was modified 5 days, 19 hours ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]