Answer the question
In order to leave comments, you need to log in
The Google Translate Bar moves the website content down by 40px. How can I prevent him from doing this?
Blog in Russian, when translated into another language using Google translator, the content shifts top: 40px;. How to forbid the translator to move the content so that everything stays in its positions during the translation?
It still popped up on top of everything, but I solved this with the help of "z-index: " in the styles.
Answer the question
In order to leave comments, you need to log in
I found a solution, maybe it will be useful for someone
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
body {
top: 0px !important;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question