Title: Increase Categories section
Last modified: August 31, 2016

---

# Increase Categories section

 *  Resolved [fscbmwcca](https://wordpress.org/support/users/fscbmwcca/)
 * (@fscbmwcca)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/)
 * Is there any way to make the “Categories” selection area the same size as the
   Excerpt area?
    Thanks
 * [https://wordpress.org/plugins/frontier-post/](https://wordpress.org/plugins/frontier-post/)

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

 *  Plugin Author [finnj](https://wordpress.org/support/users/finnj/)
 * (@finnj)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/#post-6936636)
 * Categories (and the other taxonomy area if used) all have min-width: 150px, where
   excerpt has min-width: 250px
 * You can add the following to your theme css:
 *     ```
       fieldset.frontier_post_fieldset_tax {min-width: 250px !important;}
       ```
   
 * if it is important that they have the exact same with, you can assign same width
   to both by:
 *     ```
       fieldset.frontier_post_fieldset_tax {width: 250px !important;}
        fieldset.frontier_post_fieldset_excerpt {width: 250px !important;}
       ```
   
 *  Thread Starter [fscbmwcca](https://wordpress.org/support/users/fscbmwcca/)
 * (@fscbmwcca)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/#post-6936657)
 * Thanks for the prompt reply, but I want to increase the height of the Categories
   area? And is there anyway not to show the Tags section?
 *  Plugin Author [finnj](https://wordpress.org/support/users/finnj/)
 * (@finnj)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/#post-6936663)
 * You can also increase the height using CSS:
 *     ```
       fieldset.frontier_post_fieldset_tax {
       width: 250px !important;
       height: 400px !important;
       }
       fieldset.frontier_post_fieldset_excerpt {width: 250px !important;}
       ```
   
 * You can disable tags by unchecking “Edit Tags” in Frontier Post Capabilities 
   settings.
 *  Thread Starter [fscbmwcca](https://wordpress.org/support/users/fscbmwcca/)
 * (@fscbmwcca)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/#post-6936703)
 * I don’t see the Edit Tags checkbox. The only thing that appears in the Frontier
   Post Capabilities settings is Role based settings table
 *  Plugin Author [finnj](https://wordpress.org/support/users/finnj/)
 * (@finnj)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/#post-6936720)
 * So you are managing the capabilities externally.
 * Then you need to remove the capability: frontier_post_tags_edit
 * See here: [http://wpfrontier.com/frontier-post-profiles-capabilities/](http://wpfrontier.com/frontier-post-profiles-capabilities/)

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

The topic ‘Increase Categories section’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontier-post_c8b8b0.svg)
 * [Frontier Post](https://wordpress.org/plugins/frontier-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontier-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontier-post/)
 * [Active Topics](https://wordpress.org/support/plugin/frontier-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontier-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontier-post/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [finnj](https://wordpress.org/support/users/finnj/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/increase-categories-section/#post-6936720)
 * Status: resolved