Title: Conflict with Bootstrap shortcodes
Last modified: September 1, 2016

---

# Conflict with Bootstrap shortcodes

 *  Resolved [slippers](https://wordpress.org/support/users/slippers/)
 * (@slippers)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/)
 * Hi,
 * I just installed this plugin: [https://wordpress.org/plugins/bootstrap-shortcodes/](https://wordpress.org/plugins/bootstrap-shortcodes/)
 * And I noticed that it pushes my logo a couple of pixels to the right…
 * When I deactivate the plugin the logo lines up again.
 * Any suggestions or maybe a similar plugin that doesn’t have this conflict?
 * Thanks

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

 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699315)
 * Hi there,
 * Can you link me to your site with that plugin active?
 *  Thread Starter [slippers](https://wordpress.org/support/users/slippers/)
 * (@slippers)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699326)
 * Hmm, I really don’t want to disclose my website here. I’ll send it to you by 
   e-mail.
 * Thanks
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699328)
 * Looks like that plugin is adding box-sizing: border-box to everything, which 
   is bound to cause conflicts in some areas.
 * You can counter it with this CSS:
 *     ```
       .inside-header {
           box-sizing: content-box;
       }
       ```
   
 * Let me know 🙂
 *  Thread Starter [slippers](https://wordpress.org/support/users/slippers/)
 * (@slippers)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699368)
 * Well better to uninstall the plugin if it’s adding stuff and causing conflicts.
   Too bad though, it was very useful to me.
 * Thanks again!
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699369)
 * No problem.
 * If you didn’t notice any other conflicts then it should be safe to use, you just
   need to add that little snippet of CSS to your site 🙂
 *  Thread Starter [slippers](https://wordpress.org/support/users/slippers/)
 * (@slippers)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699371)
 * Yeah, just noticed another conflict. It also messes with the title links on the
   frontpage. Puts an underline on hover. 🙁
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699377)
 * Would be best if plugins like that only extracted the CSS needed for their plugin
   vs the entire bootstrap library.
 * You should be able to counter it like this:
 *     ```
       a:hover {
           text-decoration: none;
       }
       ```
   

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

The topic ‘Conflict with Bootstrap shortcodes’ is closed to new replies.

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

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-bootstrap-shortcodes/#post-7699377)
 * Status: resolved