Title: mitchellkarr's Replies | WordPress.org

---

# mitchellkarr

  [  ](https://wordpress.org/support/users/mitchellkarr/)

 *   [Profile](https://wordpress.org/support/users/mitchellkarr/)
 *   [Topics Started](https://wordpress.org/support/users/mitchellkarr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mitchellkarr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mitchellkarr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mitchellkarr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mitchellkarr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mitchellkarr/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Staff List] Strange CSS Issue](https://wordpress.org/support/topic/strange-css-issue/)
 *  Thread Starter [mitchellkarr](https://wordpress.org/support/users/mitchellkarr/)
 * (@mitchellkarr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strange-css-issue/#post-4031498)
 * One thing I’ve noticed is that after I save the custom CSS, when I come back 
   to that page the code is gone.
 * Is it possible to bypass the custom CSS box and go straight into the plugin’s
   CSS via the plugin edit link in WordPress and fix this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Staff List] Strange CSS Issue](https://wordpress.org/support/topic/strange-css-issue/)
 *  Thread Starter [mitchellkarr](https://wordpress.org/support/users/mitchellkarr/)
 * (@mitchellkarr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/strange-css-issue/#post-4031493)
 * This is what is in the custom CSS box right now:
 *     ```
       img.staff-member-photo {
       float: left;
       position: absolute;
       padding-right:10px;
       }
   
       /*  Wrap around staff info  */
       .staff-member-info-wrap {
       position: relative;
       float: left;
       width: 70%;
       margin-left: 3%;
       }
   
       .staff-member-name, .staff-member-position {
       clear:none;
       }
       ```
   
 * And it still won’t move. I’m sorry to be blowing up this thread and this issue
   isn’t the plugins fault. In fact, this is the easiest to use plugin and for my
   site, which will eventually be turned over to a client, it is perfect.
 * I just don’t understand why nothing is working. Is it possible that the CSS isn’t
   overriding the default? Even simple changes don’t work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Staff List] Strange CSS Issue](https://wordpress.org/support/topic/strange-css-issue/)
 *  Thread Starter [mitchellkarr](https://wordpress.org/support/users/mitchellkarr/)
 * (@mitchellkarr)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/strange-css-issue/#post-4031392)
 * I couldn’t get this to work. This is what is currently in my custom CSS box:
 *     ```
       img.staff-member-photo {
       float: left;
       position: absolute;
       padding-right:10px;
       }
   
       /*  Wrap around staff info  */
       .staff-member-info-wrap {
       position: relative;
       float: left;
       width: 70%;
       margin-left: 3%;
       }
       ```
   
 * See anything wrong?

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