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 8 years, 3 months ago by
hwsiew.
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
Hello, try this css code:
#site-navigation-wrap .dropdown-menu {
position: relative;
top: auto !important;
float: none;
display: block;
border: 0;
}