1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 15 May 2025
  5.  Subscribe via email
I am trying to move the Mobile Menu from below to above the Logo position in the Jasmine Joomla 5 template.

Is there CSS Custom coding that would take care of that?

The website in question is located at https://tempdomain108.site .

Thank you!
References
  1. https://tempdomain108.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Assuming you wish to move the mobile menu above the logo, 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) {
.header_top {
display: none;
}
.header_nav {
order: -1;
}
}


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!