Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
August 6, 2015 at 8:32 am #483726
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!!!!August 6, 2015 at 1:41 pm #483853Hey 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,
YigitAugust 9, 2015 at 7:27 am #484877Hi Yigit,
I add your code and the style still good,
not you can see here:
http://prntscr.com/82inltDo you know what is the problem?
Thanks!
August 10, 2015 at 12:08 pm #485209 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
