Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1254928
    khomiko
    Participant

    On mobile the notifications drop down menu changes directions. This makes it so notifications aren’t readable on mobile phones. Any ideas on how to make the drop down menu go back the other way?

    #1255013
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1255252
    khomiko
    Participant
    This reply has been marked as private.
    #1255258
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media screen and (max-width: 600px){
        #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
            margin-left: -200px;
        }
    }

    Hope it helps 🙂

    #1255266
    khomiko
    Participant

    That worked on the notifications, but it also effected the drop down for the profile type stuff beside it 🙁

    #1255271
    khomiko
    Participant

    If you could make the width of the drop down fit the whole screen like the drop down menu next to it, then that would be perfect 🙂

    #1255272
    Christian
    Moderator

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

    #1255541
    khomiko
    Participant

    Thanks for putting in an effort Thai.

    #1255676
    Nico
    Moderator

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1254928 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>