Hi Phil,
I can't guarantee this will always work, but at least right now, I
believe you can fix it by adding the following to your page:
<style>
div.goog-te-gadget {
white-space: normal;
}
</style>
Insert that in the <head> section of your page.
Or if you alerady have a style sheet, you can insert just the middle 3
lines into your style sheet.
Hope that helps.
Best,
Josh
On Feb 3, 7:34 pm, Phil G wrote:
> Hello!
>
> I am trying to add Google Translate to my site in the right hand
> column.
>
> Right now the way it is set up, the "Powered by Google Translate" is
> stretching out the column farther than I would like it to. All I want
> to do is add a simple break between the "Powered by" and the "Google
> Translate" so it would look like:
>
> Powered by
> Google Translate
>
> If this cannot be done, I noticed some websites still have the older
> version of Google Translate which seems to be narrower, is this still
> available?
>
> My knowledge of javascript and coding in general is very very limited
> so any changes made or where I should put the code, definitely let me
> know
>
> Thanks so much!
>
> Phil