1. GF
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 01 April 2022
  5.  Subscribe via email
Dear Ciaran,

I found a problem that I can not solve. Perhaps you have a tip?

I have placed a language switch in the menu by using the menumod method form your tutorial.

It's working fine on desktop but not on smaller devices. It's not showing the switch.

You can see the issue on https://casas-fruta.eu/pt. The last menu-item with the globe icon.
(you also see EN and NL menu-items above the globe but they are there only as an temporary solution)

I will upload 2 screenprints as well.

TIA
Attachments (2)
References
  1. https://casas-fruta.eu/pt
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Tia

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

.mm-ocd .mod-languages__list.lang-block {
position: static;
}
.mm-ocd .mod-languages ul li.lang-active {
background: transparent;
}
.mm-ocd .mod-languages ul.lang-block li {
padding: 0;
margin: 0;
}
.mm-ocd .mod-languages ul.lang-block li a {
font-size: 1rem;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you once again Ciaran, it did the trick!

Regards,
Geert
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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