Title: CSS problem with bootstrap
Last modified: August 21, 2016

---

# CSS problem with bootstrap

 *  [Pionect](https://wordpress.org/support/users/pionect/)
 * (@pionect)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/css-problem-with-bootstrap/)
 * Because you include bootstrap the sub menu items ‘phimind’ and ‘Excel Export 
   +’ are misplaced.
    Bootstrap styles UL’s default with margin: 0 0 10px 25px; 
   That messes a bit with the wordpress admin menu.
 * [https://wordpress.org/plugins/excel-export-plus/](https://wordpress.org/plugins/excel-export-plus/)

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

 *  Thread Starter [Pionect](https://wordpress.org/support/users/pionect/)
 * (@pionect)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/css-problem-with-bootstrap/#post-4633024)
 * Secondly the style of the page ‘Excel Export +’ isn’t correct.
    The page has 
   a white background but not if you scroll down. The white background is comming
   from bootstrap.
 * If the admin menu is not as long as the browser window, the bottom turns to white
   instead of being black.
 *  [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/css-problem-with-bootstrap/#post-4633373)
 * Do you have recommendations on fixing these issues? I’m not clear on the how.
 *  Thread Starter [Pionect](https://wordpress.org/support/users/pionect/)
 * (@pionect)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/css-problem-with-bootstrap/#post-4633374)
 * It’s not a good practice to make changes in a framework but I simply removed 
   the troublemakers from bootstrap’s CSS.
    I guess the bootstrap doesn’t necessarily
   has to get updated ever.
 * I’ve removed this two pieces:
 *     ```
       body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}
       a{color:#08c;text-decoration:none}
       a:hover,a:focus{color:#005580;text-decoration:underline}
       ```
   
 * and
 *     ```
       ul,ol{padding:0;margin:0 0 10px 25px}
       ```
   
 *  [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/css-problem-with-bootstrap/#post-4633375)
 * I fixed this in a slightly different manner. Please try out the download from
   [https://github.com/michael-cannon/excel-export-plus/tree/0.3.0RC1](https://github.com/michael-cannon/excel-export-plus/tree/0.3.0RC1).

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

The topic ‘CSS problem with bootstrap’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/excel-export-plus.svg)
 * [Phimind Excel Export Plus](https://wordpress.org/plugins/excel-export-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/excel-export-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/excel-export-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/excel-export-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/excel-export-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/excel-export-plus/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/css-problem-with-bootstrap/#post-4633375)
 * Status: not resolved