- AuthorPosts
- June 25, 2019 at 5:42 pm #30240Shubha ChakravarthyGuest
Hi, I just installed boldgrid premium on 2 sites and in both cases the drop down menu doesn’t display at all when the plugin is activated. Please help! When I deactivate the plugin it works but doesn’t display the page as it does with the plugin activated. For reference, the deactivated plugin site is at studentloanodyssey.com, activated site is at skchakravarthy.com. many thanks!
June 25, 2019 at 5:43 pm #30241Shubha ChakravarthyGuestForgot to mention that the problem is only on the mobile version, thanks
June 26, 2019 at 3:51 pm #30242supportGuestHi Shubha, thank you for contacting us!
The problem you are seeing appears to be caused by some class names for HTML elements that are shared between your theme and the Post and Page Builder. The quickest way to fix this particular problem is to use the Custom CSS option in the Customizer to address the styling inconsistencies. Here is some code I wrote that should address the problems you are seeing:
@media (max-width: 767px) {
#navbar .row > div {
width: 100%;
}
#navbar .navbar-collapse.in {
height: auto;
}
}Please let us know if the fix works or if you have any other questions for us!
- AuthorPosts
- The topic ‘Installing BoldGrid page builder messes up how my site displays on mobile.’ is closed to new replies.