- Posts: 9
- Thank you received: 1
Menu position in double language
-
info5366
Inactive member - Topic Author
- New Member
Less
More
3 years 1 month ago #48241
by info5366
Menu position in double language was created 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
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
Less
More
- Posts: 6742
- Thank you received: 715
3 years 1 month ago #48242
by milos
Replied by milos on topic Menu position in double language
Hello,
To make the flags appear above the carousel, add this CSS in template options (under Custom > CSS) or in template file custom.css:
Regards,
Milos
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
Less
More
- Posts: 9
- Thank you received: 1
3 years 1 month ago #48245
by info5366
Replied by info5366 on topic Menu position in double language
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
3 years 1 month ago #48247
by milos
Replied by milos on topic Menu position in double language
Hello,
You can add this:
Regards,
Milos
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
Less
More
- Posts: 9
- Thank you received: 1
3 years 1 month ago #48249
by info5366
Replied by info5366 on topic Menu position in double language
Hello,
the correct syntax that works is this:
Thank you,
bye bye
Antonio
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