Title: [Plugin: Custom Field Template] Admin CSS
Last modified: August 19, 2016

---

# [Plugin: Custom Field Template] Admin CSS

 *  [babeburp](https://wordpress.org/support/users/babeburp/)
 * (@babeburp)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-admin-css-1/)
 * Hi,
 * Reference [http://wordpress.org/support/topic/240898](http://wordpress.org/support/topic/240898)–
   This topic is not resolved maybe because it was started in plugins & hacks threads–
   not a support question.
 * I’ve upgraded to Custom Field Template plugin version 1.3.7. But my problem remains.
 * The main issue I have is with my webpage presentation. The custom key are aligncentre
   even though it clearly states alignleft. And the whole display is garbled.
 * I’ve been tweaking the Admin CSS (changing the whole Admin CSS suggested by Ginocolada),
   but nothing changes, this is so even when I deleted the whole Admin CSS (blank
   out). Strange!!
 * Pls, pls help.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [babeburp](https://wordpress.org/support/users/babeburp/)
 * (@babeburp)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-admin-css-1/#post-1168795)
 * I realised now w/ much embarrassment that the Admin CSS is meant for the look
   of the backend of the custom field templates and not for the webpage display 
   look.
 * I’m a totally non-techie gal – can someone pls share w/ me a nice style.css for
   this and also pls tell me where in the style.css should these codes be added.
   I am using the Arthemia wordpress theme.
 * Thank you, thank you…
 *  [ginocolada](https://wordpress.org/support/users/ginocolada/)
 * (@ginocolada)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-admin-css-1/#post-1168972)
 * Alright here we go to make a customized compact ADMIN template.
 * The plugin manual explains something like:” use CSS break type the following 
   way: (Set CSS of ‘#cft div’. (type = break)) “
 * The following code worked fine for me:
 *     ```
       #cft div { width:50%; float:left; clear:none; }
       #cft dl { clear:both; margin:0; padding:0; width:100%; }
       #cft dt { display:none; float:left; font-weight:bold; margin:0; text-align:left; width:20%; }
       #cft dt .hideKey { visibility:hidden; }
       #cft dd { float:left; margin:0; text-align:left; width:80%; }
       #cft dd p.label { font-weight:bold; font: green; margin:0; }
       #cft_instruction { margin:5px; }
       ```
   
 * You can find more examples on [my blog](http://gino.comfortnetworks.nl/index.php/2009/07/13/custom-field-template-plugin-for-wordpress-2-8-4/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Custom Field Template] Admin CSS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ginocolada](https://wordpress.org/support/users/ginocolada/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-admin-css-1/#post-1168972)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
