Huge Performance Improvements, CSS Units and More

Joomla Wesbite Builder Gridbox with Performance Improvements and CSS Units
Mon. - Fri. 9 am - 5 pm Ask a Question
Remember me

subemenu opening on mobile

1 week 1 day ago #1

  • maffeaffe's Avatar
  • maffeaffe
  • Posts: 1790
Hi, it would be nice to have subemenu's opening on selecting the menuitem instead of just the smal icon on the right.

1 week 1 day ago #2

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 26073
Hello,
Thank you for contacting us

Then you will not be able to select the menu item (parent) There is no hover in mobile devices.
If you don't plan to use parent menu item link you can use custom code
li.deeper > * i.ba-icon-caret-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: end;
}

Best Regards,
Vyacheslav, Balbooa Support Team
Powered by Kunena Forum