Hi there,
can you share a link to your site so we can take a look
geo.uz
also in russian version contacts on the left side, but in EN and UZ – right side
Try this CSS:
@media (max-width: 768px) {
.inside-top-bar {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.inside-top-bar:before,
.inside-top-bar:after {
display: none;
}
}
Not sure how this is going to work with the language variants…
-
This reply was modified 4 years, 9 months ago by
David.
thanks
now mobile version ok only for RU
EN and UZ – still reversed. any ideas?
Theme Author
Tom
(@edge22)
That’s strange – the different languages are actually re-ordering the widgets in the HTML.
Are there different arrangements in the widgets area depending on the language you’re editing?
Solved!
In top bar widget I had language switcher itself and two more widgets EN and UZ – i deleted both and now it works fine!
THANKS!
-
This reply was modified 4 years, 9 months ago by
wpnew2018.
Solved!
In top bar widget I had language switcher itself and two more widgets EN and UZ – i deleted both and now it works fine!
THANKS!
-
This reply was modified 4 years, 9 months ago by
wpnew2018.
Theme Author
Tom
(@edge22)
Glad it’s all working now 🙂