<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Google Translate widget position</title>
		<link>http://www.kriesi.at/support/topic/google-translate-widget-position</link>
		<description>Support Forum - Topic: Google Translate widget position</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 05:35:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/google-translate-widget-position" rel="self" type="application/rss+xml" />

		<item>
			<title>elodie14 on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-91210</link>
			<pubDate>Fri, 11 Jan 2013 22:50:06 +0000</pubDate>
			<dc:creator>elodie14</dc:creator>
			<guid isPermaLink="false">91210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your time and advise. I really appreciate it.&#60;br /&#62;
It's working the way I wanted it:-)&#60;/p&#62;
&#60;p&#62;I add to change:&#60;br /&#62;
#header .container{&#60;br /&#62;
/*height:90px;*/ to 150 to have the widget finally working.&#60;/p&#62;
&#60;p&#62;Elodie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-91152</link>
			<pubDate>Fri, 11 Jan 2013 16:05:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Typically this isn't what we are able to support as its not part of theme issues and should really be under the realm of a freelance developer.&#60;/p&#62;
&#60;p&#62;However, the fix is fairly simple. The element should be inside the main container so that you can just absolute position it and align it to the right.&#60;/p&#62;
&#60;p&#62;In the header.php move the google div just below the div class=&#34;container main_menu&#34;. Then change your css for it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#google_translate_element {
right: 0;
position: absolute;
top: 60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For any adjustments you need to make see: &#60;a href=&#34;http://www.w3schools.com/cssref/pr_class_position.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/cssref/pr_class_position.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elodie14 on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-91062</link>
			<pubDate>Thu, 10 Jan 2013 22:37:32 +0000</pubDate>
			<dc:creator>elodie14</dc:creator>
			<guid isPermaLink="false">91062@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin, &#60;/p&#62;
&#60;p&#62;Thank you but I I place the code under &#38;lt;div class='fancyborder'&#38;gt;&#38;lt;/div&#38;gt; like you suggested, the widget disapeared and my header container is lower.&#60;br /&#62;
I have try every possible placement and the widget is still not at the right place.&#60;/p&#62;
&#60;p&#62;Do you have a last suggestion?&#60;/p&#62;
&#60;p&#62;I aloso try to remove the line &#38;lt;div class='fancyborder'&#38;gt;&#38;lt;/div&#38;gt; but the fancy border is still there.&#60;/p&#62;
&#60;p&#62;Thank you again.&#60;/p&#62;
&#60;p&#62;Elodie.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-91010</link>
			<pubDate>Thu, 10 Jan 2013 16:38:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The div will be wherever you place it in the header.php file. So if you want it down under the border, you need to put it under the div called fancyborder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elodie14 on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-90961</link>
			<pubDate>Thu, 10 Jan 2013 13:28:49 +0000</pubDate>
			<dc:creator>elodie14</dc:creator>
			<guid isPermaLink="false">90961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael, it's getting better.&#60;br /&#62;
My last concern is that the widget is above the header and I will like it on the right side of my logo.&#60;br /&#62;
I've played with &#34;top: 40px;&#34; but this way the widget is showing under the white line but not working.&#60;/p&#62;
&#60;p&#62;How come I have a top container? Can I remove?&#60;/p&#62;
&#60;p&#62;Thank you again for you great support.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Elodie.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-90944</link>
			<pubDate>Thu, 10 Jan 2013 11:35:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Elodie,&#60;/p&#62;
&#60;p&#62;Try to add this code at the bottom of your custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#google_translate_element img {
   display: inline-block !important;
}

.goog-te-gadget-simple {
   width: 156px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elodie14 on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-90900</link>
			<pubDate>Thu, 10 Jan 2013 08:50:24 +0000</pubDate>
			<dc:creator>elodie14</dc:creator>
			<guid isPermaLink="false">90900@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your response but where can I remove those lines?&#60;br /&#62;
I have copy and past this in the header:&#60;br /&#62;
&#38;lt;meta name=&#34;google-translate-customization&#34; content=&#34;78875d7517c0bde8-f959d67f17abb757-g22fabe3ede8259ed-16&#34;&#38;gt;&#38;lt;/meta&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;google_translate_element&#34;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
function googleTranslateElementInit() {&#60;br /&#62;
  new google.translate.TranslateElement({pageLanguage: 'fr', includedLanguages: 'de,en,es,it', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');&#60;br /&#62;
}&#60;br /&#62;
&#38;lt;/script&#38;gt;&#38;lt;script type=&#34;text/javascript&#34; src=&#34;//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&#34;&#38;gt;&#38;lt;/script&#38;gt;	&#60;/p&#62;
&#60;p&#62;It's not a plugin.&#60;br /&#62;
And how can I remove the border at the top?&#60;/p&#62;
&#60;p&#62;Thank you again for your response. I really need your help.&#60;/p&#62;
&#60;p&#62;Best, &#60;/p&#62;
&#60;p&#62;Elodie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-90839</link>
			<pubDate>Wed, 09 Jan 2013 19:06:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90839@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Elodie,&#60;/p&#62;
&#60;p&#62;You need to remove the block from the img inside the widget:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.goog-te-gadget img {
    display: inline;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Additionally, its overlapping with the border you have at the top of the header.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elodie14 on "Google Translate widget position"</title>
			<link>http://www.kriesi.at/support/topic/google-translate-widget-position#post-90702</link>
			<pubDate>Tue, 08 Jan 2013 22:52:54 +0000</pubDate>
			<dc:creator>elodie14</dc:creator>
			<guid isPermaLink="false">90702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I am trying to get the Google Translate widget in the header but the position is very wierd as you can see: &#60;a href=&#34;http://chambresdhotes-lesmolieres.com&#34; rel=&#34;nofollow&#34;&#62;http://chambresdhotes-lesmolieres.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I used to do it and I am trying to get it this way: &#60;a href=&#34;http://www.la-maison-d-ines.com&#34; rel=&#34;nofollow&#34;&#62;http://www.la-maison-d-ines.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I put the folowing code in custom.css:&#60;br /&#62;
#google_translate_element{&#60;br /&#62;
left: 900px;&#60;br /&#62;
position: relative !important;&#60;br /&#62;
top: 20px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;What's do you think is the probleme?&#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;Elodie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
