<?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 - Tag: fixed header position menu logo - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/fixed-header-position-menu-logo</link>
		<description>Support Forum - Tag: fixed header position menu logo - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 10:30:22 +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/tags/fixed-header-position-menu-logo" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93755</link>
			<pubDate>Mon, 28 Jan 2013 17:14:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi zoedesign,&#60;/p&#62;
&#60;p&#62;You'll need to add a margin to the main container to compensate for the fixed logo:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main {
margin-top: 152px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The issues making this big of a change with Propulsion you will run into are the changes for the main layout may not work exactly right for the mobile/tablet layouts and will need minor adjustments for each. That kind of thing isn't something we can directly provide but we can get you started.&#60;/p&#62;
&#60;p&#62;For the mobile layouts, you can use media queries in the custom.css file in the css folder of the theme files. Each of the queries you can add css adjustments that will only effect your layout at that size. This way you can do the pixel perfect customization you are looking for.&#60;/p&#62;
&#60;p&#62;So add the following to your custom.css file after the first comment:&#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) {
  /*css here, you can delete this comment line*/
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  /*css here, you can delete this comment line*/

  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
  /*css here, you can delete this comment line*/

  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  /*css here, you can delete this comment line*/

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
  /*css here, you can delete this comment line*/

  }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then you can add in the css as needed. The css Ismael has provided gets you 90% of the way there for a fixed header and the media queries will give you the control to tweak it for the other devices screen size.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoedesign on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93661</link>
			<pubDate>Mon, 28 Jan 2013 02:04:14 +0000</pubDate>
			<dc:creator>zoedesign</dc:creator>
			<guid isPermaLink="false">93661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;header still covers the page title&#60;br /&#62;
&#60;a href=&#34;http://www.zoedesign.com.au/christine/about/&#34; rel=&#34;nofollow&#34;&#62;http://www.zoedesign.com.au/christine/about/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and the css is not working for iphone 4 again header sits on top of page title and is not center &#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93656</link>
			<pubDate>Mon, 28 Jan 2013 01:33:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93656@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Remove everything then try this one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header .container {
min-height: 50px;
padding: 25px 0;
border-bottom: 1px solid;
z-index: 100;
position: fixed;
margin-left: 30px;
background: white;
margin-top: -35px;
}

#shop_header {
margin-top: -30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me tag the rest of the support team to help out. Kinda losing ideas here. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoedesign on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93611</link>
			<pubDate>Sun, 27 Jan 2013 17:15:11 +0000</pubDate>
			<dc:creator>zoedesign</dc:creator>
			<guid isPermaLink="false">93611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for the reply but it still did not work.&#60;br /&#62;
It works for the home page but not the other pages it covers the page title.&#60;br /&#62;
&#60;a href=&#34;http://www.zoedesign.com.au/christine/about/&#34; rel=&#34;nofollow&#34;&#62;http://www.zoedesign.com.au/christine/about/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also I want the &#34;shop header and header to start at the very top of the page &#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93582</link>
			<pubDate>Sun, 27 Jan 2013 03:14:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I didn't know that you are using the boxed layout. Try this one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #slideshow_big {
margin-top: 142px;
position: relative;
}

#header .container {
min-height: 50px;
padding: 25px 0;
border-bottom: 1px solid;
z-index: 100;
position: fixed;
margin-left: 30px;
background: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoedesign on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93564</link>
			<pubDate>Sun, 27 Jan 2013 00:50:36 +0000</pubDate>
			<dc:creator>zoedesign</dc:creator>
			<guid isPermaLink="false">93564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks but it did not work :(&#60;br /&#62;
the header is fixed but it covers the container and it is too wide.&#60;/p&#62;
&#60;p&#62;I want the header to be at the very top since is going to be static it should not take too much space&#60;br /&#62;
have a look at&#60;br /&#62;
&#60;a href=&#34;http://www.zoedesign.com.au/christine/home/&#34; rel=&#34;nofollow&#34;&#62;http://www.zoedesign.com.au/christine/home/&#60;/a&#62;&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93553</link>
			<pubDate>Sat, 26 Jan 2013 23:49:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header {
margin-bottom: 20px;
position: fixed;
top: 69px;
z-index: 9999;
background: white;
width: 100%;
}

#shop_header {
margin-bottom: 162px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoedesign on "fixed position for header-logo-menu"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-for-header-logo-menu#post-93492</link>
			<pubDate>Sat, 26 Jan 2013 02:55:07 +0000</pubDate>
			<dc:creator>zoedesign</dc:creator>
			<guid isPermaLink="false">93492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to make the logo and menu fixed so it stays on the page as you scroll&#60;br /&#62;
can you help?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
