Viewing 1 reply thread
  • Author
    Posts
    • #6428
      mariusnicula
      Member

      Is there a way to make the fields of a certain width when looking at them in the backend? Or making them look better? Thanks!

    • #6430
      Jason
      Keymaster

      Hey @mariusnicula!

      First, you can always add your own css to the admin-side of WordPress. With that you can adjust the styles however you’d like. Just use the admin_enqueue_scripts filter.

      Next, it’s intended for groups, but even outside of them you can use the 'columns' attribute in fields to fit your fields within a 12 unit grid. So 'columns' => 12 is full-width.

      Finally, for total customization, check out field templates.

      Hope this helps!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.