Skip Navigation

[Resolved] Is it possible to customize the back-end layout page of the custom fields?

This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 4.16 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Noman 7 years, 2 months ago.

Assisted by: Noman.

Author
Posts
#569943
Cattura.JPG

Hi,
I want to know if it is possible to modify the layout group-fields from the back-end page or if it is not possible, to find another solution.

Yours Sincerely

M. Zenari

#569954

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Zenari,

Thank you for contacting Toolset Support. You can achieve this using custom CSS. I have written example CSS, please modify and add the following CSS in your theme’s style.css file OR use this plugin to add the css In Admin or WP backend:
https://wordpress.org/plugins/custom-css-js/

.wpt-select,
.wpt-date,
.form-item-checkbox {
    display: inline-block !important;
}

I hope it helps, Thank you