change positions labels

Support MB Frontend Submission change positions labelsResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13906
    proyectohappyweb@gmail.com[email protected]
    Participant

    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.

    #13909
    Anh TranAnh Tran
    Keymaster

    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.

    #13991
    proyectohappyweb@gmail.com[email protected]
    Participant

    Ah, I have to add the !important to run well.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.