• It seems to be oceanwp is not compatible with bootsrap. If my site load bootstrap, all style on the page will be off, and if i remove bootsrap everything will properly display again.

    Anyway to workaround?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, I don’t recommend bootstrap because it is pretty heavy, what do you want to do and doesn’t work?

    Thread Starter hwsiew

    (@hwsiew)

    Hi, I am trying to build some custom pages which use bootstrap. However, when bootstrap is loaded, all alignment of oceanwp in that page went off.

    And, this implies that any plugin uses bootstrap for styling will not work well with oceanwp?

    Thanks for the reply.

    • This reply was modified 6 years, 12 months ago by hwsiew.
    Theme Author oceanwp

    (@oceanwp)

    Hi, can you show me the page? I saw users use bootstrap without problem so I can probably solve the issue ??

    Thread Starter hwsiew

    (@hwsiew)

    HI, I have created two pages with and without bootstrap stylesheet. Notice the change in navigation bar as it styles change after loaded bootstrap stylesheet.

    https://dev.actiweb.site/with-bootstrap/
    https://dev.actiweb.site/without-bootstrap/

    Thank you

    Theme Author oceanwp

    (@oceanwp)

    Hello, try this css code:

    #site-navigation-wrap .dropdown-menu {
        position: relative;
        top: auto !important;
        float: none;
        display: block;
        border: 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with bootstrap !’ is closed to new replies.