Skip to main content

Sub Menu Arrow Mobile

Comments

10 comments

  • Permanently deleted user

    Hi,

    Thank you for your message.

    Yes, in the mobile version you should click on the arrow and the menu will open. This is not an issue, in this way works the menu in the mobile version.

    Best regards, Nelea.

     

    0
  • Bjs Pavan Kumar

    I couldn't understand how you are saying its not an issue.

    There are many  brizy users keep asking the same mobile menu arrow problem

    in support forum and fb group regarding the same which clearly tells its an issue.

    In other website builders i didnt witness  this kind of problem at all.

     

    Requesting you to consider this.

     

    Thank You

    0
  • Permanently deleted user

    Hi,

    Perhaps I did not understand you well, do you mean this arrow, please see this video. Or do you mean another arrow? Looking forward to hearing from you soon.

    Best regards, Nelea.

    0
  • Bjs Pavan Kumar

    yes i mean the same what you shown in video.

     

    0
  • Permanently deleted user

    Hi,

    At the moment in such a way is opening the dropdown menu on the mobile, you have to click on the arrow to open the menu and for the moment it is normal behavior. Perhaps other people from the FB community, also think that this is an issue, but I can confirm that it is not.

    As a trick you could, with custom CSS, try to position the link from the arrow over the custom link and so when you click it will hit the area of the link with the arrow: https://jmp.sh/GJ48PBf

    Best regards, Nelea.

    0
  • Roy Cuevas

    Need help with this same issue. The image above is not available anymore.

    How do I do this: "As a trick you could, with custom CSS, try to position the link from the arrow over the custom link and so when you click it will hit the area of the link with the arrow" ??

    0
  • Ariel H.

    Hi Roy,

    Thank you for contacting us. It looks like you've come across an old support thread. We may have already addressed this issue, but to assist you better, could you please provide a screencast demonstrating the issue you're facing? Please also share your website address.

    Looking forward to your response. 

    Best regards,  
    Ariel H.

    0
  • Roy Cuevas

    Hi Ariel,

    I searched everywhere and can't find the solution

    Issue is that the only way to open the submenu is clicking on the arrow and I need it to be also when you (push) click on the text

    We're talking about mobile here -- desktop works fine since it works on hovering

    this is the site link: https://professionaldrainage.com/professional-drainage-experts-home/

    I already added some CSS to not allow the text to take you to an error link (since I added a custom URL to #)


    0
  • Ariel H.

    Hi Roy,

    Thank you for the update.

    Please add the following CSS under Appearance > Customize > Additional CSS:

    @media (max-width: 1024px) { /* Targets tablets and smaller screens */
        .brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-btn_next {
            width: 100%; 
            position: fixed;
            padding-left: calc(100% - 50px);
        }
    }

    I tested this using an online CSS editor on your website: https://youtu.be/rAtkcZdE2zk

    It should work, but if you run into any issues, just let me know.

    Best regards,
    Ariel H.

    0
  • Roy Cuevas

    This worked like a charm Ariel -- Thank you!

    0

Please sign in to leave a comment.