Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30240
    Shubha Chakravarthy
    Guest

    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!

    #30241
    Shubha Chakravarthy
    Guest

    Forgot to mention that the problem is only on the mobile version, thanks

    #30242
    support
    Guest

    Hi 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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Installing BoldGrid page builder messes up how my site displays on mobile.’ is closed to new replies.