Mec events page admin css

the events table first column is too wide so it squashing other details up.I can adjust it by changing the css

body.post-type-mec-events th.column-primary {
	width: 35%;
}

Changing the width to 20% however, I cant seem to do this by adding it to the theme editor under Apperance option in wordpress. i am using a child theme so id like to place it there so i dont need to change every time i update xpro.

can someone please advise on why it wont do anything when i place the CSS in theme editor under the appearance option in wordpress.

here is a screen shot of how it looks

Hey @bulli79,

The Global CSS or any custom CSS interface in our themes and builders only output code in the frontend.

For backend or Admin CSS, you will want to use a plugin like this. Please refer to the plugin’s documentation for usage instructions and if you have issues, contact the plugin’s support.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.