• Resolved atomicbong

    (@atomicbong)


    Hi,

    When I have the Divi theme installed, and WPbot active, the header menu does not show up on tablet and mobile.

    It shows up when I deactivate Wpbot.

    Any help would be highly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    We do not have access to the Divi premium theme latest version. Is it possible to activate the ChatBot on a single page and share the URL with us? You can set the page from Settings->General near the bottom.

    Thank you!

    Thread Starter atomicbong

    (@atomicbong)

    Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    We managed to get a hold of the Divi theme but could not duplicate the issue. It could be a particular setting or something else on your site. To resolve this please go to Appearance -> Themes -> Customize Additional CSS and add this CSS below:

    @media (max-width: 980px) {
    .et_secondary_nav_only_menu #top-header {
    display: block !important;
    }
    #main-header, #top-header {
    display: block !important;
    }
    #et-secondary-nav, #et-secondary-menu {
    display: block !important;
    }
    #et-info, #et-secondary-menu>ul>li a {
    padding: 4px 0;
    display: block;
    }
    }

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.