Menu position in double language

  • info5366
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
3 years 1 month ago #48241 by info5366
Hi,
I have a site in Italian and English language:  www.funghidibiase.it/
The menu must have the same position for both languages but in Layout settings this is not possible!!!
Is there a fix for this bug?
Thanks
Antonio

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
3 years 1 month ago #48242 by milos
Hello,

To make the flags appear above the carousel, add this CSS in template options (under Custom > CSS) or in template file custom.css:

Code:
.mp_top1 { position: relative; z-index: 9; }

Regards,
Milos

Please Log in to join the conversation.

  • info5366
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
3 years 1 month ago #48245 by info5366
Thank you, but now the English menu does not have the same position as floating mode 

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
3 years 1 month ago #48247 by milos
Hello,

You can add this:

Code:
body[lang="en-gb"] .mp_menu-it { display: none; }

Regards,
Milos

Please Log in to join the conversation.

  • info5366
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
3 years 1 month ago #48249 by info5366
Hello,
the correct syntax that works is this:
Code:
:lang(en) .mp_menu-it { display: none; }

Thank you,
bye bye
Antonio
The following user(s) said Thank You: gabrielbur

Please Log in to join the conversation.

Time to create page: 0.273 seconds
Powered by Kunena Forum