CMS Development

Ckleming
Teilnehmer/-in | Platinum Partner
Teilnehmer/-in | Platinum Partner

Issues with language switcher

lösung

Hi, I am experiencing some issues with the language switcher.

See image. Any idea to why there is a see-through fiels in the middle?

 

Ckleming_1-1601642001912.png

 

 

0 Upvotes
1 Akzeptierte Lösung
Chris-M
Lösung
Stratege/Strategin

Issues with language switcher

lösung

Hey @Ckleming,

 

there is a margin-bottom: 15px for every list element (from the jumbo theme css), which causes the issue.

You need to remove this margin for the language switch list item.

 

You could do the following css call:

 

.lang_list_class li {
 margin-bottom: 0;
}

 

 

This will remove the margin and it should look good again.

 

Here is a image of the issue.

 margin-issue.PNG

 

- Chris

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
4 Antworten
Chris-M
Stratege/Strategin

Issues with language switcher

lösung

Hi @Ckleming,

 

could you please provide a preview link. This would be great and is going to speed up the help a lot.

Thank you.

 

- Chris

Ckleming
Teilnehmer/-in | Platinum Partner
Teilnehmer/-in | Platinum Partner

Issues with language switcher

lösung

Hi @Chris-M, link: https://www.verico.com/case-study-tennet

 

Thank you.

 

/Charlotte

0 Upvotes
Chris-M
Lösung
Stratege/Strategin

Issues with language switcher

lösung

Hey @Ckleming,

 

there is a margin-bottom: 15px for every list element (from the jumbo theme css), which causes the issue.

You need to remove this margin for the language switch list item.

 

You could do the following css call:

 

.lang_list_class li {
 margin-bottom: 0;
}

 

 

This will remove the margin and it should look good again.

 

Here is a image of the issue.

 margin-issue.PNG

 

- Chris

0 Upvotes
Ckleming
Teilnehmer/-in | Platinum Partner
Teilnehmer/-in | Platinum Partner

Issues with language switcher

lösung

Of course, thank you.

0 Upvotes