79344732

Date: 2025-01-10 05:56:24
Score: 1
Natty:
Report link

Add the css using the lang attribute so when you change the different language, the css is applied as per language.

[lang="en"] .navbarIcon {
    margin-left: 60%;
}

[lang="en"] .localiza {
    margin-left: 10%;
}

[lang="fr"] .navbarIcon {
    margin-left: 60%;
}

[lang="fr"] .localiza {
    margin-left: 10%;
}

enter image description here

You can find the lang code on your page when you inspect the element with your code in the HTML tag that shows the lang code.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prashant