Meta Box
Support Forum
Support › MB Frontend Submission › change positions labelsResolved
From topic: https://support.metabox.io/topic/change-positions-and-translate-labels/
It runs the solution to put from left to top the labels?
.rwmb-label, .rwmb-label ~ .rwmb-input { width: 100%; }
Because I add this code int the css file of my theme and not do nothing...
Thanks.
Hi, probably because your theme has some CSS that overwrites the above CSS. Please try to inspect the elements and see if there's any rule. The idea here is just setting the label and input 100% width.
Ah, I have to add the !important to run well.