<?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 position - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/fixed-position</link>
		<description>Support Forum - Tag: fixed position - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:57:35 +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-position" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-85563</link>
			<pubDate>Tue, 27 Nov 2012 13:43:10 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You're welcome! Enjoy the theme and if you got more issues, we are always here to help.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>silverwoodsweden on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-85552</link>
			<pubDate>Tue, 27 Nov 2012 13:10:17 +0000</pubDate>
			<dc:creator>silverwoodsweden</dc:creator>
			<guid isPermaLink="false">85552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank u so much for the help.&#60;br /&#62;
The header bar is gone, the search bar is padded, the current page menu have Red underline on it,&#60;br /&#62;
the CSS and fonts I need to study more on.&#60;/p&#62;
&#60;p&#62;I will get back so more people can learn from this thread, &#60;/p&#62;
&#60;p&#62;I will &#34;close&#34; this as soon as I fix the problems, and post them here.&#60;br /&#62;
Thank u so much for your help Nick,&#60;br /&#62;
Great service.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-85528</link>
			<pubDate>Tue, 27 Nov 2012 11:06:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;3) to make the very top disappear please add this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#shop_header {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the code below will give some padding to your search form so its not touching the top and right corners (up to you)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.search-form-header {
padding: 10px 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code below fixes the Swedish flag half hidden&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #socket .social_bookmarks {
top: -2px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) for styling the menu, please try the codes below, I used 3 colors and you can see what block changes what color ***You need to add all three blocks since some control the underline, others the menu item in various positions.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu ul:first-child &#38;gt; li.current-menu-item &#38;gt; a, .main_menu ul:first-child &#38;gt; li.current_page_item &#38;gt; a
{
color: red;
}

div .main_menu ul:first-child &#38;gt; li.current-menu-item &#38;gt; a, div .main_menu ul:first-child &#38;gt; li.current_page_item &#38;gt; a
{
border-color: blue;
}

.main_menu ul:first-child &#38;gt; li.current-menu-item &#38;gt; a, .main_menu ul:first-child &#38;gt; li.current_page_item &#38;gt; a, #top #wrap_all .current_page_item &#38;gt; a
{
border-color: green;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. Right now you home page has: Headers and the main text are Maco font, Main navigation is in Olbitron which doesn't work for me and instead serif is shown, then there is Helvetica that is shown instead of  Helvetica Neue, And the 2 columns of links above the footer , the left column is in Georgia and the right one is in Helvetica.&#60;/p&#62;
&#60;p&#62;You need to start using Firebug, and the custom.css file is empty so I am not sure what you are worried about breaking. Add the code to Quick CSS and see what happens, then take it out.&#60;/p&#62;
&#60;p&#62;[example] &#60;/p&#62;
&#60;p&#62;Watch a 20min video on using CSS from youtube , there are many of them, but spend a full day figuring it out, its easy with Google Developer Tools and once you understand it , you will laugh at how easy it is.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;a123&#38;quot;&#38;gt;&#38;lt;p class=&#38;quot;b23423&#38;quot;&#38;gt;Hello world!&#38;quot;&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the line above is html and you use the css to style it. The div you would use for positioning the paragraph for example, and the paragraph to style the font, color, rollover ... so the css below&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.a123 {
display: inline-block;
position: relative:
top: 40px;
left: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the paragraph text is inside the div so you can references it directly if its used in one place .b23423 but you can also reference it by its parent tag (which is the div)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.a123 .b23423 {

font-size: .9em;
color: blue:

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>silverwoodsweden on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-85330</link>
			<pubDate>Mon, 26 Nov 2012 08:06:32 +0000</pubDate>
			<dc:creator>silverwoodsweden</dc:creator>
			<guid isPermaLink="false">85330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;thank you for the info Nick.&#60;/p&#62;
&#60;p&#62;I do have firebug, I can see the CSS; but have not changed anything in the custom.css yet since I don´t want it to &#34;crash&#34; .&#60;/p&#62;
&#60;p&#62;1) much better, now the searchbar is on the top RIght in the header. Used the .search-form-header {&#60;br /&#62;
position: static;&#60;br /&#62;
float: right;&#60;br /&#62;
margin-left: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;2) I want the words/letters of the MENu to turn red (as the logo ) when I enter that specific site, ie. if I am in &#34;om oss&#34; page it (the letters on the NAV menu) should be underlined and the colour should be change to the same red colour.&#60;/p&#62;
&#60;p&#62;3) the entire MENU on the grey background gone as well.&#60;/p&#62;
&#60;p&#62;4) I want to use the font that is currently on the right hand (kalendarium)&#60;br /&#62;
and when I enter the &#38;lt;p class=text342342&#34;&#38;gt; that u mentioned, where should I insert it?&#60;br /&#62;
*where I insert the code directly or in a CSS? AND what should I put in the text25254? sorry I am pretty new to the styling.&#60;/p&#62;
&#60;p&#62;If I see something that I want to change in the CSS tha I see using firebug, should I just insert it in the quick css??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-85161</link>
			<pubDate>Fri, 23 Nov 2012 18:31:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To position the search box, please add this to quick css *after* the css you used which you can remove. Quick CSS is located in Propulsion &#38;gt; Theme Options &#38;gt; Styling at the bottom of the page.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.search-form-header {
position: static;
float: right;
margin-left: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or you can do it instead like this (just don't use both)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#searchform {
position: relative;
top: 60px;
left: -150px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That last one needs a media query for the iphone portrait size. We will return to it.&#60;/p&#62;
&#60;p&#62;2) Do you mean the menu item of the current page to be the same red color as logo? &#60;/p&#62;
&#60;p&#62;I think you took something out of the footer template that was needed because now the website shakes and jumps when i navigate.&#60;/p&#62;
&#60;p&#62;3) Do you mean you want the menu gone as well? or only the OK question, or menu to remain but no background top stripe?&#60;/p&#62;
&#60;p&#62;4) You are adding unstyled content to the home page. Please try not to use naked tags (&#38;lt;p&#38;gt; or &#38;lt;h2&#38;gt; or &#38;lt;div&#38;gt; instead just make up classes &#38;lt;p class=text342342&#34;&#38;gt; because its possible to style that easily while its not so easy trying to grab a naked p tag.&#60;/p&#62;
&#60;p&#62;You are asking to have a common style between the two shown on the front page. Which of the two do you want to use?&#60;br /&#62;
You can try to make the font size a bit smaller by adding that to quick css.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;p {
font-size: .9em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;For making customization to your theme's CSS, we recommend that you install and get to know Firebug ( &#60;a href=&#34;http://getfirebug.com/css&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com/css&#60;/a&#62; )  and Google Chrome developer tools ( &#60;a href=&#34;https://developers.google.com/chrome-developer-tools/docs/overview&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/chrome-developer-tools/docs/overview&#60;/a&#62; ) browser add-on. Firebug is a free web development tool that integrates into Firefox and Chrome browsers and assists in monitoring, debugging and editing of any website's CSS, HTML, DOM, and JavaScript files.&#60;/p&#62;
&#60;p&#62;Once installed, this easy to follow video will show you the basics of Firebug – &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; and get you on your way to customizing your theme like a real pro. It's 5 minutes long, and by the end you will know how to style anything!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>silverwoodsweden on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-84854</link>
			<pubDate>Wed, 21 Nov 2012 09:43:12 +0000</pubDate>
			<dc:creator>silverwoodsweden</dc:creator>
			<guid isPermaLink="false">84854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;btw, the search bar is not working, I cannot search in it :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>silverwoodsweden on "A couple of more difficult changes for me"</title>
			<link>http://www.kriesi.at/support/topic/a-couple-of-more-difficult-changes-for-me#post-84679</link>
			<pubDate>Tue, 20 Nov 2012 08:30:56 +0000</pubDate>
			<dc:creator>silverwoodsweden</dc:creator>
			<guid isPermaLink="false">84679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First of all thank you for this great theme! (propulsion)&#60;br /&#62;
Love it, &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.Svalner.se&#34; rel=&#34;nofollow&#34;&#62;http://www.Svalner.se&#60;/a&#62;&#60;br /&#62;
Here are a couple of things:&#60;br /&#62;
1) I tried to place the search bar in the header but I want it to be fixed (I added a custom Css input with:&#60;br /&#62;
}&#60;br /&#62;
.search-form-header {&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	top: 85px;&#60;br /&#62;
	right: 365px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But it moves around with the &#34;responsive&#34; moves, I would like it to be fixed just below the flags in the header.&#60;/p&#62;
&#60;p&#62;2) I want Only the page that a visitor is in with the same colour as the logo: i.e. the underline that is under each page /hem/tjänster/ a.s.o.&#60;br /&#62;
and the words (hem/tjänster/xxxx) to be red as well.&#60;/p&#62;
&#60;p&#62;3) remove the entire line above the header, (where the menu appears when I close the &#34;welcome&#34; text.&#60;/p&#62;
&#60;p&#62;4) can I have the same font in both the &#34;blog&#34; and the other &#34;news&#34; in the Home page (just below text and the slider) (the 2 widgets)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-59157</link>
			<pubDate>Thu, 07 Jun 2012 05:30:54 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">59157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;bump
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-43767</link>
			<pubDate>Tue, 28 Feb 2012 01:10:48 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">43767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, Chris, Kriesi,&#60;/p&#62;
&#60;p&#62;Please take a look at my website &#60;a href=&#34;http://www.inseeds.com&#34; rel=&#34;nofollow&#34;&#62;http://www.inseeds.com&#60;/a&#62; and select the &#34;questions&#34; or any other longer page menu tab. Scroll down to the bottom of the page and change to the next image with the image scroll at the bottom and watch the menu bounce up and down with each image. If I lock the menu with the provided code, then when on a smaller resolution screen, the bottom menu selections can not be seen nor selected. &#60;/p&#62;
&#60;p&#62;Simply, a menu that is not locked consistently would resolve my problem. Ideally, I would like a menu that scrolls up and down to see every selection and then stops at the top or bottom of itself while letting the pages continue scrolling. &#60;/p&#62;
&#60;p&#62;Also, it doesn't seem like this theme is very smartphone friendly so perhaps I could use one of your simple smartphone themes. Is there a way to have a default mobile theme load while on a smartphone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-43279</link>
			<pubDate>Fri, 24 Feb 2012 04:45:46 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">43279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you know, but if I could only scroll the main menu to it's top and bottom (from the logo to the social media buttons) and have it locked within those parameters, that would be Golden!&#60;/p&#62;
&#60;p&#62;aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-42993</link>
			<pubDate>Wed, 22 Feb 2012 18:52:20 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">42993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Dude,&#60;/p&#62;
&#60;p&#62;This fix doesn't solve the issue on a smaller screen like a smartphone or a laptop. On the smartphone, when zoomed in, the menu is in the way of content. To be quite honest, it's actually great in stock form but I would like to menu to stay scrolled up when the background slideshow is running. As I said earlier, every other slideshow image will fix the menu position and the other will let it go. That's the fix I'm looking for.&#60;/p&#62;
&#60;p&#62;aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-42897</link>
			<pubDate>Wed, 22 Feb 2012 08:20:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42897@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar.sidebar1.sidebar_absolute {
left: 50px !important;
position: fixed !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;instead of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar.sidebar_absolute {
left: 50px !important;
position: fixed !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bka835 on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-42850</link>
			<pubDate>Wed, 22 Feb 2012 04:21:21 +0000</pubDate>
			<dc:creator>bka835</dc:creator>
			<guid isPermaLink="false">42850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anybody....? Help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bka835 on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-42642</link>
			<pubDate>Tue, 21 Feb 2012 05:08:07 +0000</pubDate>
			<dc:creator>bka835</dc:creator>
			<guid isPermaLink="false">42642@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, I added this style  per your advise&#60;br /&#62;
.sidebar.sidebar_absolute {&#60;br /&#62;
    left: 50px !important;&#60;br /&#62;
    position: fixed !important;&#60;br /&#62;
}&#60;br /&#62;
Menu sidebar works great, but now right side bar with Calendar hides behind the left sidebar, could you help please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-42501</link>
			<pubDate>Mon, 20 Feb 2012 06:48:21 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">42501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to add as a possible solution. Can I have all of the menus automatically re-size more according to the screen space being used.&#60;/p&#62;
&#60;p&#62;?&#60;br /&#62;
aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-42488</link>
			<pubDate>Mon, 20 Feb 2012 00:43:30 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">42488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;It seems we have another issue. On a smartphone or smaller screen when using the &#34;fixed&#34; menu position code from above, viewing the lower half of the menu is not possible. Also, on my macbook pro 15 due to the screen size the &#34;f&#34; and &#34;t&#34; icons can't be seen unless there is a page selected with more content to scroll down with. I have deleted the &#34;fixed&#34; code and I would like a code that would allow scrolling of the menu regardless of the amount of content on a page. This would allow smaller screens the ability to scroll to see the lower portions of the menu as well. Additionally, when the slideshow is moving in the background, it has different effects on the menu's position. One picture will allow a scroll down on the page and the next will place the menu in the fixed position...FYI. If you would like to suggest a solution as well I would be interested.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41823</link>
			<pubDate>Wed, 15 Feb 2012 13:57:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you try 0px instead of 50px? The standard value is left: 50px - this pushes the sidebar 50px to the right. However if you use -50px the sidebar will move 100px to the left instead of just 50px.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41772</link>
			<pubDate>Wed, 15 Feb 2012 09:43:37 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">41772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I still got a strange problem. I made a container div to center the site. The sidebar was 50px to the right so I fixed that with:&#60;/p&#62;
&#60;p&#62;.sidebar{&#60;br /&#62;
	position: fixed;&#60;br /&#62;
	left: -50px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But it only works with a single background with no-repeat. When I use a fullscreen slideshow the sidebar flips. I have no idea why and I must fixe this for a client.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://woonmodule.nl/test/Good.jpg&#34; rel=&#34;nofollow&#34;&#62;http://woonmodule.nl/test/Good.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://woonmodule.nl/test/Not_good.jpg&#34; rel=&#34;nofollow&#34;&#62;http://woonmodule.nl/test/Not_good.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Who can help me out! Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41719</link>
			<pubDate>Tue, 14 Feb 2012 23:16:25 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">41719@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;How did you do that? Great work! &#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41583</link>
			<pubDate>Tue, 14 Feb 2012 06:54:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to the quick css field:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar.sidebar_absolute {
    left: 50px !important;
    position: fixed !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41571</link>
			<pubDate>Tue, 14 Feb 2012 05:04:30 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">41571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the clarification. The quick CSS edits did something, but still not locking the menu. Without the edits, the menu will scroll up or down depending on the photo that is in the slideshow. I would really like a locked menu. When I place either of the two above edits into the quick CSS edit, the menus gets entirely screwy. It will move to the right sometimes, or center depending on which page I select and how far I scroll down on each page. I truly do not have the confidence to download my custom CSS from a ftp client like &#34;areaofintere&#34; mentioned. Is there another fix for this issue? One more thing, I also reset me entire browsing history on Chrome.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.inseeds.com&#34; rel=&#34;nofollow&#34;&#62;http://www.inseeds.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;TY&#60;br /&#62;
aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41497</link>
			<pubDate>Mon, 13 Feb 2012 19:27:03 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I didn't respond earlier because the solution(s) provided are all valid.&#60;br /&#62;
All styling can be added to your Quick CSS in your control panel OR you can add it to your css/custom.css file which you'll need to access through the FTP and then overwrite it with your modified version. Adding things to your Quick CSS has the same effect as adding it to the custom.css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>areaofinterest on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41421</link>
			<pubDate>Mon, 13 Feb 2012 10:14:43 +0000</pubDate>
			<dc:creator>areaofinterest</dc:creator>
			<guid isPermaLink="false">41421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In your Wordpress dashboard &#38;gt; Flashlight &#38;gt; Styling at the buttom you can enter the .css code (simply copy/paste into it). If you want more control and overview you must download the custom.css file with the help from a ftp-client (i.e. filezilla). Ftp-clients makes it possible to manage your files on the server (host). When downloaded you can see the code in a simple texteditor or in a programme as adobe's dreamviewer. Here you can add, edit and change the custom.css which represents all aestethics of your webpage. When changed, you need to save the file with the same name (custom.css) and replace the old custom.css on the server with the new one you just edited.&#60;/p&#62;
&#60;p&#62;This is the best I can do. Remember to always backup your custom.css files. Good luck!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>praecurvo on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-41175</link>
			<pubDate>Fri, 10 Feb 2012 23:30:37 +0000</pubDate>
			<dc:creator>praecurvo</dc:creator>
			<guid isPermaLink="false">41175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am so confused on how to edit my custom css. Can someone please explain?&#60;/p&#62;
&#60;p&#62;aaron
&#60;/p&#62;</description>
		</item>
		<item>
			<title>areaofinterest on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-40870</link>
			<pubDate>Thu, 09 Feb 2012 09:19:00 +0000</pubDate>
			<dc:creator>areaofinterest</dc:creator>
			<guid isPermaLink="false">40870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.sidebar {position:fixed !important;}&#60;/p&#62;
&#60;p&#62;this works for me! remember to clear your browser cache or the result might not show instantly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-40678</link>
			<pubDate>Wed, 08 Feb 2012 09:57:07 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">40678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I position fixed my sidebar with a margin and padding of 0 so my sidebar is on the upper left of my screen. This is what I want. But when I go to a page with a content block and a slideshow fullscreen behind it, my sidebar goes to the right with 50px. Why is that and how can change it so my sidebar is always at the left of the screen.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aroundtheworldandback on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-40660</link>
			<pubDate>Wed, 08 Feb 2012 01:07:13 +0000</pubDate>
			<dc:creator>aroundtheworldandback</dc:creator>
			<guid isPermaLink="false">40660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;EDIT:&#60;br /&#62;
I tried adding this to my custom.css but no luck. Any other ideas?&#60;/p&#62;
&#60;p&#62;avia_fullscreen_slider canvas{&#60;br /&#62;
display: block;&#60;br /&#62;
position: fixed;&#60;br /&#62;
top:0;&#60;br /&#62;
left:0;&#60;br /&#62;
z-index: 1;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aroundtheworldandback on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-40643</link>
			<pubDate>Tue, 07 Feb 2012 21:27:01 +0000</pubDate>
			<dc:creator>aroundtheworldandback</dc:creator>
			<guid isPermaLink="false">40643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to fix the position of the background gallery so that it won't overlap with the menu when the browser window isn't full size?  Ideally it would be great if a horizontal scroll bar could be used to navigate the site when the window isn't full size, instead of all of the content overlapping.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larssonk22 on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-39828</link>
			<pubDate>Thu, 02 Feb 2012 14:25:08 +0000</pubDate>
			<dc:creator>larssonk22</dc:creator>
			<guid isPermaLink="false">39828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you could share a link to your site that would be helpful&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.sidebar {position:fixed !important;width:220px; left:50px;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;this will fix the position, set the width to 22px and leave a gap of 50px between the left edge of the browser window and the sidebar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>areaofinterest on "fixed position - main menu and background image"</title>
			<link>http://www.kriesi.at/support/topic/fixed-position-main-menu-and-background-image#post-39825</link>
			<pubDate>Thu, 02 Feb 2012 14:12:49 +0000</pubDate>
			<dc:creator>areaofinterest</dc:creator>
			<guid isPermaLink="false">39825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It actually messes with the position of the menu. It moves allt the way to the left of the screen. And now the shop plugin does not fit to the menu any longer..&#60;/p&#62;
&#60;p&#62;How do I adjust these things? Or is there a smarter way to fixate the menu?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
