<?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: Move the logo to the right hand side</title>
		<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side</link>
		<description>Support Forum - Topic: Move the logo to the right hand side</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 18:10:41 +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/move-the-logo-to-the-right-hand-side" rel="self" type="application/rss+xml" />

		<item>
			<title>webtigerwebsites on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84678</link>
			<pubDate>Tue, 20 Nov 2012 08:17:38 +0000</pubDate>
			<dc:creator>webtigerwebsites</dc:creator>
			<guid isPermaLink="false">84678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh right, ok. Thanks. I will give it a go!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84618</link>
			<pubDate>Mon, 19 Nov 2012 21:12:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84618@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As an additional bit of help, you can use this a starting point for modifying your changes based on screen size:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) { }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) { }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) { }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) { }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) { }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add it to your custom.css and use the queries to adjust your fixes for the various screen sizes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webtigerwebsites on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84537</link>
			<pubDate>Mon, 19 Nov 2012 09:14:40 +0000</pubDate>
			<dc:creator>webtigerwebsites</dc:creator>
			<guid isPermaLink="false">84537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is my latest attempt.. GETTING CLOSER&#38;gt;... &#60;/p&#62;
&#60;p&#62;#secondary {&#60;br /&#62;
    background-image:url(&#34;http:thelogo.png&#34;) !important;&#60;br /&#62;
 padding:15px 0 0 35px !important;&#60;br /&#62;
 background-repeat: no-repeat !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.sidebar {&#60;br /&#62;
    display:block;&#60;br /&#62;
    margin-bottom:40px !important;&#60;br /&#62;
    margin-top:233px !important;&#60;br /&#62;
    position:relative;&#60;br /&#62;
    width:240px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.logo, .logo a {&#60;br /&#62;
    display:none !important;&#60;br /&#62;
    float:left;&#60;br /&#62;
    margin:0;&#60;br /&#62;
    padding:0;&#60;br /&#62;
    position:relative;&#60;br /&#62;
    }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webtigerwebsites on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84534</link>
			<pubDate>Mon, 19 Nov 2012 08:51:54 +0000</pubDate>
			<dc:creator>webtigerwebsites</dc:creator>
			<guid isPermaLink="false">84534@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So, back to the drawing board....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webtigerwebsites on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84533</link>
			<pubDate>Mon, 19 Nov 2012 08:50:19 +0000</pubDate>
			<dc:creator>webtigerwebsites</dc:creator>
			<guid isPermaLink="false">84533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well I managed to do it with just CSS, And it works well for most screen sizes except for two tablet sizes.. &#60;/p&#62;
&#60;p&#62;/**get logo over to the right**/&#60;br /&#62;
div#header.seven {&#60;br /&#62;
    padding-bottom:46px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#sidebar_bg {&#60;br /&#62;
    background-image:url(&#34;http://thelogourl.png&#34;) !important;&#60;br /&#62;
    background-position:right top !important;&#60;br /&#62;
    background-repeat:no-repeat !important;&#60;br /&#62;
    height:100%;&#60;br /&#62;
    position:absolute;&#60;br /&#62;
    right:-40px;&#60;br /&#62;
    top:0;&#60;br /&#62;
    width:800px;&#60;br /&#62;
    z-index:1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.logo, .logo a {&#60;br /&#62;
    display:none !important;&#60;br /&#62;
    float:left;&#60;br /&#62;
    margin:0;&#60;br /&#62;
    padding:0;&#60;br /&#62;
    position:relative;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div#header.seven {&#60;br /&#62;
    padding-bottom:45px !important;&#60;br /&#62;
    padding-left:0 !important;&#60;br /&#62;
    padding-top:0 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#secondary {&#60;br /&#62;
    margin-top:214px !important;&#60;br /&#62;
    padding:0 0 0 40px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#secondary {&#60;br /&#62;
    margin-top:214px !important;&#60;br /&#62;
    padding:0 0 0 40px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84178</link>
			<pubDate>Fri, 16 Nov 2012 06:26:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey webtigerwebsites,&#60;/p&#62;
&#60;p&#62;For Sentence, it would be a significant change in both the css and the php files of the theme. You'll be moving the logo from the header.php to the sidebar.php and then re-doing many of the media queries for each screen size (large, normal, tablet, mobile widescreen and mobile portrait).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kiwy on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84050</link>
			<pubDate>Thu, 15 Nov 2012 09:53:33 +0000</pubDate>
			<dc:creator>Kiwy</dc:creator>
			<guid isPermaLink="false">84050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;some tips, install firebug(for FF) Chrome has a standard debug(press F12) so you can lookup which div or span it is using.&#60;br /&#62;
-move up the section that contains the blog/items post.&#60;br /&#62;
Expand the viewing area, set up bounderies relative to the postion to keep the text/blog/items inside your area.&#60;/p&#62;
&#60;p&#62;This can also be done with the logo and the rest, if you can find the tags;)&#60;/p&#62;
&#60;p&#62;Good luck!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webtigerwebsites on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-84048</link>
			<pubDate>Thu, 15 Nov 2012 08:35:23 +0000</pubDate>
			<dc:creator>webtigerwebsites</dc:creator>
			<guid isPermaLink="false">84048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your reply.&#60;br /&#62;
Got any tips on how it is done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-83939</link>
			<pubDate>Wed, 14 Nov 2012 18:05:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi webtigerwebsites,&#60;/p&#62;
&#60;p&#62;Unfortunately it would require quite a bit of modification in order to do that and then to keep the theme responsive. You'll need to look into a freelance web developer to make that customization for you so that it doesn't effect browser compatibility and the responsive elements of the theme.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webtigerwebsites on "Move the logo to the right hand side"</title>
			<link>http://www.kriesi.at/support/topic/move-the-logo-to-the-right-hand-side#post-83845</link>
			<pubDate>Wed, 14 Nov 2012 10:14:58 +0000</pubDate>
			<dc:creator>webtigerwebsites</dc:creator>
			<guid isPermaLink="false">83845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
May you please let me know if it is possible and if so, how to do the following:&#60;br /&#62;
Thank you kindly in advance.&#60;/p&#62;
&#60;p&#62;My site is set up with the main content on the left and the menu on the right.&#60;br /&#62;
The logo is above the main content.&#60;br /&#62;
The menu on the right hand side has a big gap above it.&#60;br /&#62;
I would like to put the logo above the right hand side menu in that big gap.&#60;br /&#62;
I would like to move the blog posts/content up towards the top of the page so that there isn't a big gap.&#60;br /&#62;
Does that make sense?&#60;br /&#62;
Thank you kindly.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
