Option to Have Labels Above Inputs by Default (Including Relationships)

Support MB Columns Option to Have Labels Above Inputs by Default (Including Relationships)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34243
    petr@blackeye.cz[email protected]
    Participant

    Hello,

    I'd like to have the labels above inputs for all the column lengths. It seems that the label above input is the case for all the lengths EXCEPT the full-width (12 columns). And even worse, the label is positioned above even for the 12 column field, if it's part of the metafield which uses some other columns. This behaviour is quite inconsistent. I would simple need to have all the labels the same, and I'm fine with the top position.

    This is also the case for the relationship fields. Since they are all in one line by default, the label is always on the left. I'd like to have it on the top as well, to match my other custom fields.

    And BTW, is it possible to place the relationship filed inside existing metabox among the rest of the custom fields?

    Thanks in advance.
    Petr

    #34286
    Long NguyenLong Nguyen
    Moderator

    Hi Petr,

    There is no option to put the label above the input by default. But you can use some custom CSS code to do that easily. Use this plugin if you want to apply CSS code in the admin area https://wordpress.org/plugins/admin-css-mu/

    body .rwmb-field {
        display: block;
    }

    And it is not possible to move the relationship field inside a meta box because the relationship is a separate meta box.

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