• Resolved viktoriamf

    (@viktoriamf)


    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

    (@awordpresslife)

    Hi, viktoriamf

    can I see your page/site URL?

    Thanks!

    Thread Starter viktoriamf

    (@viktoriamf)

    Hello,

    I have my project installed locally, but I quickly moved it to an online webspace: 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

    (@awordpresslife)

    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

    Thanks

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

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