Hi,
I have problem with the languages menu,
I duplicate the site to Russian language and the style of the languages drop-down menu doesn’t work.
That style work good in Franch: https://www.boursepro.com/fr/
That style don’t work good: http://www.boursepro.com/ru/
this is the custom CSS code in Russian language:
/*----languages----*/
#menu-item-3997 .sub-menu *, #menu-item-3997 .sub-menu {
background-color: #000000;
border: 1px solid #000000;
}
#menu-item-3997 .sub-menu a, #menu-item-3997 .sub-menu li, #menu-item-3997 .sub-menu {
width: 37px!important;
}
#menu-item-3997 .sub-menu a {
padding: 0!important;
margin: 0!important;
position: relative;
left: 10px;
background-color: transparent!important;
}
#menu-item-3997 .sub-menu li {
background: transparent;
}
#menu-item-3997 .sub-menu {
left: 5%!important;
}
.sub-menu li {
left: -1px;
}
Do you have any idea how to fix it?
Thanks!!!!
Hey Lev!
Please change your code to following one in Russian version
/*----languages----*/
#menu-item-4790 .sub-menu *, #menu-item-4790 .sub-menu {
background-color: #000000;
border: 1px solid #000000;
}
#menu-item-4790 .sub-menu a, #menu-item-4790 .sub-menu li, #menu-item-4790 .sub-menu {
width: 37px!important;
}
#menu-item-4790 .sub-menu a {
padding: 0!important;
margin: 0!important;
position: relative;
left: 10px;
background-color: transparent!important;
}
#menu-item-4790 .sub-menu li {
background: transparent;
}
#menu-item-4790 .sub-menu {
left: 5%!important;
}
.sub-menu li {
left: -1px;
}
Regards,
Yigit
Hi Yigit,
I add your code and the style still good,
not you can see here:
http://prntscr.com/82inlt
Do you know what is the problem?
Thanks!