<?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: Responsive Centered Logo</title>
		<link>http://www.kriesi.at/support/topic/responsive-centered-logo</link>
		<description>Support Forum - Topic: Responsive Centered Logo</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:34:59 +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/responsive-centered-logo" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-95379</link>
			<pubDate>Wed, 06 Feb 2013 01:36:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi makproductions06,&#60;/p&#62;
&#60;p&#62;Glad that its working now. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-95369</link>
			<pubDate>Wed, 06 Feb 2013 00:16:31 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">95369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So for some reason it is working now.... &#60;/p&#62;
&#60;p&#62;This is what i did. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    #top .logo a {
        left: 47px;
    }
   .logo  {
        left: 47px;
    }

    #top .main_menu .menu li{
        margin-left: 0;
    }
  }

  /* 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: 794px) {
    #top .logo a {
        left: 0;
    }
   .logo  {
        left: 0;
    }
    .mobileMenu {
        width:100%;
    }
    .main_menu {
        padding-bottom: 0;
    }
  }

  /* 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;I thought i was targeting it correctly the first billion times but maybe not..  I used inspector to figure out what was over riding my custom.css&#60;/p&#62;
&#60;p&#62;It works on my desktop, iphone, and nexus 7...  &#60;/p&#62;
&#60;p&#62;who knows what it was...&#60;/p&#62;
&#60;p&#62;thanks for working it out with me..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-95339</link>
			<pubDate>Tue, 05 Feb 2013 18:51:52 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">95339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey devin.. sorry it is socialhouse.lebnanimg.com.. I'll try this out later and then post my css to see where i'm making the mistake.. &#60;/p&#62;
&#60;p&#62;thanks for your help..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-95159</link>
			<pubDate>Tue, 05 Feb 2013 02:01:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That url is pulling up a &#34;this domain is for sale page&#34;. &#60;/p&#62;
&#60;p&#62;As an aside, I always start with this when making media queries:&#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 file and then you can just target the devices and sizes you need with the css. Just don't use any !important stuff in there as it gets a bit hard to track.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-95156</link>
			<pubDate>Tue, 05 Feb 2013 01:38:07 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">95156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HTTP://socialhouse.lebnani.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93870</link>
			<pubDate>Tue, 29 Jan 2013 05:23:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi makproductions06,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can check it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93794</link>
			<pubDate>Mon, 28 Jan 2013 19:26:50 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">93794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I must not be doing something right....Media Query Noob..  I can get some sizes to work but others dont... Aaaaa.. this is frustrating!!!&#60;br /&#62;
I don't know how much more help you guys can give but any suggestions would be great for what i am doing wrong....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93785</link>
			<pubDate>Mon, 28 Jan 2013 18:47:19 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">93785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin! My Hero...  Okay, yes that is what i have been doing.. just .logo{}.. I'll try out.. thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93784</link>
			<pubDate>Mon, 28 Jan 2013 18:43:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93784@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi makproductions06,&#60;/p&#62;
&#60;p&#62;You may need to target your css a bit better if it isn't taking effect in the custom.css file. That css file is loaded last and so any in it should take priority.&#60;/p&#62;
&#60;p&#62;So if you for example did .logo {some css declaration} instead of #top .logo {some css declaration} the first one would do nothing because the layout.css already starts with the #top id selector giving it more importance.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93686</link>
			<pubDate>Mon, 28 Jan 2013 06:33:25 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">93686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, So i have been trying out some of this media queries.  When i put them in my custom.css my layout.css is still taking precedence. &#60;/p&#62;
&#60;p&#62;I get the concept just having trouble actually getting them to take effect..&#60;/p&#62;
&#60;p&#62;Any more help would be awesome... &#60;/p&#62;
&#60;p&#62;Thanks Ismael!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93575</link>
			<pubDate>Sun, 27 Jan 2013 02:54:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Yep, you can target screen sizes. The styling will take effect accordingly. Try it on your custom.css. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93572</link>
			<pubDate>Sun, 27 Jan 2013 02:40:31 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">93572@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, Thanks for the reply... So in your css you can target screen sizes and style accordingly? Awesome.. I think i get it.. pretty niffty....&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93558</link>
			<pubDate>Sun, 27 Jan 2013 00:01:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can refer to css &#38;gt; layout.css for responsive css, example is this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {

		/*logo and menu*/
		#top .logo{float:none; margin:0 auto; display: block; text-align: center; width:100%;}
		#top .logo a, #top .logo img{display: inline; float:none;}
		#top .main_menu{width:100%;}

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can apply the css styling inside the media query. For reference visit this link &#60;a href=&#34;http://css-tricks.com/snippets/css/media-queries-for-standard-devices/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/snippets/css/media-queries-for-standard-devices/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makproductions06 on "Responsive Centered Logo"</title>
			<link>http://www.kriesi.at/support/topic/responsive-centered-logo#post-93453</link>
			<pubDate>Fri, 25 Jan 2013 17:39:05 +0000</pubDate>
			<dc:creator>makproductions06</dc:creator>
			<guid isPermaLink="false">93453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Socialhouse.lebnani.com&#60;/p&#62;
&#60;p&#62;two things i'm trying to accomplish... &#60;/p&#62;
&#60;p&#62;      1. I need the logo to be horizontally centered in the header.&#60;/p&#62;
&#60;p&#62;      2. The logo needs to be responsive. &#60;/p&#62;
&#60;p&#62;I got the logo to be where i want it by changing its position to absolute and using left: 200px;  so that part of the logo would be overlaying the slider. This worked fine on desktop browsers but then i looked on my phone and nexus and it was all different and screwed up.. &#60;/p&#62;
&#60;p&#62;How do i make the logo act like the rest of the page. Responsively. &#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
