Burger menu on mobile
This is the site in question: https://www.staging.ryanscollon.co.uk/ (you will need to advance through the security warning - lack of SSL certificate)
If you click on the burger menu (when using via mobile or tablet) and you click on 'PPC Services' which has a drop down, the drop down does not open. You have to click the arrow in order for it to open. Is there a way to make it open when they click the 'PPC Services' text?
Thanks
-
Hi,
that is how it works at the moment. The thing is that you could have the link on the parent item so we've added an arrow on mobile so when you click the link, it will open the page and when you click the arrow to display the sub-items. Please refer to this article: https://support.brizy.io/hc/en-us/community/posts/360069736951/comments/4405203094545 I offered a possible solution with CSS.
0 -
How do I go about adding that CSS for it to work? I've tried several ways but it's not working.
0 -
Try to use the following code:
.brz-menu__ul a.brz-mm-btn.brz-mm-btn_next.brz-mm-listitem__btn {
position: absolute;
width: 100%;
}
.brz-menu__ul a.brz-mm-btn.brz-mm-btn_next.brz-mm-listitem__btn:after {
display: none;
}but keep in mind that this is something extra and not an official answer :). I'm just trying to find solutions to problems ;)
1
Please sign in to leave a comment.
Comments
3 comments