Title: Small Bug in CSS
Last modified: October 19, 2019

---

# Small Bug in CSS

 *  [tolodine](https://wordpress.org/support/users/tolodine/)
 * (@tolodine)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/small-bug-in-css-2/)
 * There is a small bug in the CSS of your
 *     ```
       #fep-content {
       	/* color: #000000; */
       	border: 1px solid #e7e7e7;
       	height: auto;
       	margin-bottom: 10px;
       	margin-top: 10px;
       	overflow: auto;
       	padding: 5px;
       	width: 100%;
       }
       ```
   
 * Because you are using width with padding it is making the box a little larger
   than it needs to be. I changed the “width: 100%” to “max-width:” and put in a
   number in px in custom css and it fixed it. This is also in the fep-error part
   of the css.

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

 *  Plugin Author [Shamim Hasan](https://wordpress.org/support/users/shamim51/)
 * (@shamim51)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/small-bug-in-css-2/#post-12049878)
 * Thank you. I will have a look and change if require in next release.
 *  [bill8](https://wordpress.org/support/users/bill8/)
 * (@bill8)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/small-bug-in-css-2/#post-12194470)
 * I wonder if this is whats causing the width of the buttons to go outside of the
   frame of my Ultimate Member profiles.

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

The topic ‘Small Bug in CSS’ is closed to new replies.

 * ![](https://ps.w.org/front-end-pm/assets/icon-256x256.gif?rev=2309447)
 * [Front End PM](https://wordpress.org/plugins/front-end-pm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-pm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-pm/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-pm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-pm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-pm/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [bill8](https://wordpress.org/support/users/bill8/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/small-bug-in-css-2/#post-12194470)
 * Status: not resolved