Small Bug in CSS
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Small Bug in CSS’ is closed to new replies.