이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
Adding a separator in the language switcher
시작한 사람: Mario
안에: English Support
Problem: Solution: To change the separator color and position, we provided the following CSS code: .menu-item.wpml-ls-item.menu-item-wpml-ls-2-es::after {<br /> content: "|";<br /> position: absolute;<br /> right: 0 !important;<br /> top: 0px !important;<br /> color: red !important;<br /> left: 0 !important;<br /> margin-left: 19px !important;<br />} For mobile alignment and separator, we suggested this CSS: #et_mobile_nav_menu .menu-item.wpml-ls-item.menu-item-wpml-ls-2-es::after {<br /> content: "|";<br /> position: absolute;<br /> color: red !important;<br /> left: 20px !important;<br /> margin-left: 35px !important;<br /> bottom: 27px;<br />} To ensure both languages appear on the same line on mobile, we provided additional CSS: #et_mobile_nav_menu li#menu-item-wpml-ls-2-es, #et_mobile_nav_menu li#menu-item-wpml-ls-2-en {<br /> width: 50px !important;<br /> float: left !important;<br />}<br /><br />#et_mobile_nav_menu li.wpml-ls-item a {<br /> padding-left: 28.078px !important;<br />} Please note that the solution provided might be outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket for further assistance. |
|
3 | 8 |
3 년, 2 월 전에
Mario |