Title: Removing icon panel?
Last modified: August 21, 2016

---

# Removing icon panel?

 *  Resolved [jpolka](https://wordpress.org/support/users/jpolka/)
 * (@jpolka)
 * [12 years ago](https://wordpress.org/support/topic/removing-icon-panel/)
 * This is a beautiful theme – thank you!
 * I was wondering how to disable or hide the panel to the right of pages and posts(
   which also contains the icons?)

Viewing 1 replies (of 1 total)

 *  Moderator [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * (@melchoyce)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-icon-panel/#post-5031603)
 * Try out this code:
 *     ```
       .entry-content {
       width: 90%;
       }
   
       .entry-meta {
       display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Removing icon panel?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/flounder/0.2.4/screenshot.png)
 * Flounder
 * [Support Threads](https://wordpress.org/support/theme/flounder/)
 * [Active Topics](https://wordpress.org/support/theme/flounder/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/flounder/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/flounder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/removing-icon-panel/#post-5031603)
 * Status: resolved