Title: Plugin is affecting my nav css
Last modified: January 9, 2018

---

# Plugin is affecting my nav css

 *  Resolved [viktoriamf](https://wordpress.org/support/users/viktoriamf/)
 * (@viktoriamf)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-is-affecting-my-nav-css/)
 * Hello,
 * the CSS of the plugin is affecting the CSS of my Bootstrap Navbar.
    Precisely,
   it’s centering the nav-toggler in the mobile version of my website. And it’s 
   only doing that on the sub-page where I’ve used the plugin – all other sub-pages
   are not affected.
 * I’ve been looking through the CSS with the Chrome Developer Tools, but I can’t
   find what’s causing the centering.
 * Anybody got the same problem and knows how to fix it?
 * Thanks in advance
    Viktoria

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

 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-is-affecting-my-nav-css/#post-9847657)
 * Hi, viktoriamf
 * can I see your page/site URL?
 * Thanks!
 *  Thread Starter [viktoriamf](https://wordpress.org/support/users/viktoriamf/)
 * (@viktoriamf)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-is-affecting-my-nav-css/#post-9848529)
 * Hello,
 * I have my project installed locally, but I quickly moved it to an online webspace:
   [http://www.viktoriamf.com/test/](http://www.viktoriamf.com/test/)
 * For this testing page it’s only one page, so it appears that the navbar is centered,
   but my offline project is using the same theme with various sub-pages, and on
   every sub-page the navbar (precisely the toggle in the mobile version) is aligned
   left, while it’s centered on the page where I used the plugin.
 * Thanks in advance
    Viktoria
 *  Plugin Author [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * (@awordpresslife)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-is-affecting-my-nav-css/#post-9849922)
 * Hi,
 * Got the solution.
 * Try this code into custom CSS field of the plugin setting page.
 *     ```
       .nav:before {
        content:unset !important;
       }
       ```
   
 * Hope it will work for you 🙂
 * Please support us, if you like our support & plugin
 * [Here](https://wordpress.org/support/plugin/portfolio-filter-gallery/reviews/?filter=5)
 * Thanks

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

The topic ‘Plugin is affecting my nav css’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-filter-gallery/assets/icon-128x128.gif?rev=3440330)
 * [Portfolio Filter Gallery - Photo Gallery](https://wordpress.org/plugins/portfolio-filter-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-filter-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-filter-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-filter-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-filter-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-filter-gallery/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [A WP Life](https://wordpress.org/support/users/awordpresslife/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-is-affecting-my-nav-css/#post-9849922)
 * Status: resolved