R
R
Roman Khakimov2015-08-05 11:58:10
Google translate
Roman Khakimov, 2015-08-05 11:58:10

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

1 answer(s)
R
Roman Khakimov, 2015-08-05
@hakimovr

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 question

Ask a Question

731 491 924 answers to any question