 Robbert Vos
|
Never mind, found the solution. For someone else looking for this issue in the future:
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
display: flex !important;
flex-direction: row;
}
.wpml-ls-current-language{
order: 1 !important;
}
.wpml-ls-item-legacy-list-horizontal {
order: 2 !important;
}
|