• Resolved efinst0rm

    (@efinst0rm)


    Hello,

    Noticed that the notification drop down does not work on mobile sites. There is no way to close the notification bar.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpdever

    (@wpdever)

    Hi,

    There should normally be an x icon at the top right when in smaller screens.
    Which ‘display options’ do you have in the settings page (add to menu…)? And did you add a value in the ‘box header’ field?

    Thread Starter efinst0rm

    (@efinst0rm)

    Hi,

    I am using the shortcode option to add the bell icon. I have not added anything to “box header” field.

    View post on imgur.com

    Plugin Author wpdever

    (@wpdever)

    Hi,

    I’m unable to see the image you sent.
    Can you check in the page with the shortcode ‘s source code if you can find an element with this class : wnbell-closebtn ?
    In case you do, can you change its css to this to test if it’s not visible due to its position:

    
    .wnbell-closebtn{
      background-color: #24a0ed;
        width: 200px;
        height: 200px;
        top:0;
        left:0;
        right:0;
    }
    
    • This reply was modified 2 years, 9 months ago by wpdever.
    Thread Starter efinst0rm

    (@efinst0rm)

    Hey,

    I ended up adding .wnbell_drop_list_ss and adding a margin-top: 65px to @media (max-width: 768px) and seem to have solved my issues since the menu was covering the close button.

    • This reply was modified 2 years, 9 months ago by efinst0rm.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with mobile site.’ is closed to new replies.