Sub Menu Arrow Mobile
Hi Team,
I love brizy alot , it have lots of features in one basket.
I have been facing one problem i.e sub menu opens when clicked on arrow only in mobile.
I'm sure fixing this problem is there in your road map , i request you to give priority to this as menu is a navigator of any website.
Hope you will fix this ASAP.
Thank You
-
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 -
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 -
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 -
yes i mean the same what you shown in video.
0 -
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 -
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 -
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 -
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 -
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 -
This worked like a charm Ariel -- Thank you!
0
Please sign in to leave a comment.
Comments
10 comments