1. malizia
  2. Commercial Templates
  3. Monday, 21 September 2020
  4.  Subscribe via email
is it possible to place a module in the MMenu in the mobile version?

see image
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

By default, I am sorry to say this option is not available. One option may be to place a module in a menu item as described in the following article.. https://www.joomla51.com/tutorials/template-extras/adding-a-module-to-the-menu-dropdown

You can then hide that module on desktop screens with the following custom CSS where 100 is the menu item ID (edit to taste)...

@media only screen and (min-width: 1024px) {
.item-100 {display: none}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!