1. apelsinskal
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 19 September 2023
  5.  Subscribe via email
Hi! My mobile menu is not clickable. Joomla 4 Serenity.
References
  1. https://www.saluki.se/index.php/sv/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 1140px) {
.logo {
max-width: 250px;
margin: auto;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
This doesn't work. Logo is clickable but not the menu tree.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I do not see the suggested CSS in your source. Can you confirm that it has been added to the correct template style?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I have added it again!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Replace the suggested CSS with the following...

.menu-toggle {
z-index: 1090;
position: relative;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect, thank you so much :)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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