• Hello everyone,

    My menu didn’t shown up on any page when I’m using a mobile.
    if I select the desktop view option on my mobile the webpage look smaller & the menu getting compress.

    1) how do I shown the menu on mobile? I already off the caching.
    2) can I make my menu not getting compress when i select desktop view option on mobile?

    looking forward for your replies..

    • This topic was modified 1 year, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Add this css in mobile device.

    `.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: block !important;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.15);
    border-radius: 0.25rem;
    }

    div.responsive-menu-wrapper select {
    width: 100%;
    height: auto !important;
    }

    Your menu will be display.

    Thread Starter wanasmaalifah

    (@wanasmaalifah)

    Hi @amitkryadav
    I’m actually not good with all kind of encoding in website. I’m just running my NGO website & managing it using all the plug in that provided.

    I have no idea where to place this css code. so sorry..

    While waitinig for your reply just now, I try to deactivate some of the plug in & it look’s like this problem occur when I activated “Newsletter plug in by Tribulant”

    However, I really need this plug in because it can offer me to send posts/pages as newsletters when publishing/updating. I just need to click the button that appear on my every post/pages & it will automatically publishes the post, it will be queued as a newsletter. link to features that I need the most

    Do you have any Plug in suggestion that works like this to?

    Thread Starter wanasmaalifah

    (@wanasmaalifah)

    @amitkryadav
    Or maybe you have a video tutorial for me to kick-in the css code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu not shown up on mobile view’ is closed to new replies.