<?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: centered - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/centered</link>
		<description>Support Forum - Tag: centered - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 05:35:07 +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/centered" 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>
		<item>
			<title>Devin on "Main Menu Placement"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-placement#post-63042</link>
			<pubDate>Sun, 01 Jul 2012 03:27:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">63042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Xelation,&#60;/p&#62;
&#60;p&#62;I think it would be possible but it would take quite a bit of modification to get right. Which is a bit more than we could provide the code for.&#60;/p&#62;
&#60;p&#62;If you are interested in pursuing it, you can start by trying to put the menu to the bottom. In the sidebar.php you'll see the code and layout for the sidebar area which includes the menu. There, you can re-position the elements and then the css changes will be a bit less extensive.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xelation on "Main Menu Placement"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-placement#post-62994</link>
			<pubDate>Sat, 30 Jun 2012 12:10:08 +0000</pubDate>
			<dc:creator>Xelation</dc:creator>
			<guid isPermaLink="false">62994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Was wondering if it would be possible to position the main menu, for example on top centered of even at the bottom of the website?&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Grtz,&#60;br /&#62;
Xelation
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Margin padding?"</title>
			<link>http://www.kriesi.at/support/topic/margin-padding#post-41192</link>
			<pubDate>Sat, 11 Feb 2012 07:48:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">41192@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try to add following code to css/custom.css - this should change the margin-left to 0:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.content {
    margin-left: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jorisvh on "Margin padding?"</title>
			<link>http://www.kriesi.at/support/topic/margin-padding#post-41113</link>
			<pubDate>Fri, 10 Feb 2012 11:38:24 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">41113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figure out that the first problem has to do with the repeat option in the Flashlight Theme Options. If I set this to no-repeat or tile then there is no problem. But If I set the repeat to fullscreen I got the problem.&#60;/p&#62;
&#60;p&#62;Suggestions?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "Margin padding?"</title>
			<link>http://www.kriesi.at/support/topic/margin-padding#post-41100</link>
			<pubDate>Fri, 10 Feb 2012 09:52:48 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">41100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;I still have a problem and I tried everything. Well everything I know. Hopefully there is someone who can help me. There are two problems. &#60;/p&#62;
&#60;p&#62;The first one:&#60;br /&#62;
See this picture: &#60;a href=&#34;http://www.woonmodule.nl/test/Problem.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.woonmodule.nl/test/Problem.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This happends when I put an image on the background. I have no idea why. If I delete the background it is showing correct. &#60;/p&#62;
&#60;p&#62;The second problem:&#60;br /&#62;
See this picture: &#60;a href=&#34;http://www.woonmodule.nl/test/Problem2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.woonmodule.nl/test/Problem2.jpg&#60;/a&#62;&#60;br /&#62;
Here the background image is deleted and the sidebar is showing correct next to the content box. But as you can see it is not centered. I added a container div so I have the option to center the site. But as you can see there is a 50 px margin/padding on the left side. This is exact the 50 px by default. How can I delete this 50 px so my sidebar en content box is showing correctly as the logo and second menu above it.&#60;/p&#62;
&#60;p&#62;I need this fixed for a client so please who has the solution??&#60;/p&#62;
&#60;p&#62;Thanksss
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35183</link>
			<pubDate>Fri, 16 Dec 2011 17:28:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dekuwa on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35146</link>
			<pubDate>Fri, 16 Dec 2011 10:06:41 +0000</pubDate>
			<dc:creator>Dekuwa</dc:creator>
			<guid isPermaLink="false">35146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works! Thx! ^_^*
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35142</link>
			<pubDate>Fri, 16 Dec 2011 08:34:52 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">35142@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Last One works Ok!!!&#60;/p&#62;
&#60;p&#62;Nice!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35132</link>
			<pubDate>Fri, 16 Dec 2011 07:52:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi posted another fix yesterday: &#60;a href=&#34;http://www.kriesi.at/support/topic/abundance-theme-strange-happening#post-35076&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/abundance-theme-strange-happening#post-35076&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eddygame on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35092</link>
			<pubDate>Thu, 15 Dec 2011 22:03:43 +0000</pubDate>
			<dc:creator>eddygame</dc:creator>
			<guid isPermaLink="false">35092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Having the same problem, tried the fixes and the last ones nearly worked. But the footer was still 'popping out' to the right and also padding on the top of the main area wasn't correct.&#60;/p&#62;
&#60;p&#62;Can confirm this only happened after updating chrome on mac, haven't tested on PC yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35065</link>
			<pubDate>Thu, 15 Dec 2011 18:37:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.Chrome #main {
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or if this doesn't work try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main {
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dekuwa on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35052</link>
			<pubDate>Thu, 15 Dec 2011 16:51:23 +0000</pubDate>
			<dc:creator>Dekuwa</dc:creator>
			<guid isPermaLink="false">35052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Same problem here, and the solution proposed by Chris doesn't work for me :-/&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gamezeta.es&#34; rel=&#34;nofollow&#34;&#62;http://www.gamezeta.es&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35014</link>
			<pubDate>Thu, 15 Dec 2011 10:09:26 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">35014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Doesnt work for me. It´s true that you center the content nut loosing the top padding between the content and the menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-35004</link>
			<pubDate>Thu, 15 Dec 2011 08:07:55 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">35004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I was able to reproduce your problem, it didn't occur until I updated my Chrome version though (I'm on a PC).&#60;/p&#62;
&#60;p&#62;To solve this go in your style.css and remove the padding line from #main{ /*main area, contains all content and sidebars*/.&#60;/p&#62;
&#60;p&#62;Now in the same file add a margin to .content right below the previous edit, like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.content{
width:620px;
padding-right: 20px;
float:left;
margin-top:20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, in the same file add a top margin to .sidebar, it should look somewhat like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar {
float: left;
margin-top: 20px;
padding: 0 0 20px 0;
position: relative;
width: 300px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This solves the issue, I'll contact Kriesi about this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-34892</link>
			<pubDate>Wed, 14 Dec 2011 12:55:01 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">34892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The same problem for me!!&#60;/p&#62;
&#60;p&#62;Please take care of it!&#60;/p&#62;
&#60;p&#62;For more information, i think that only happens in mac chrome version. In PC works ok.&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Nacho.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>figit on "Shoutbox is not centered in Chrome"</title>
			<link>http://www.kriesi.at/support/topic/shoutbox-is-not-centered-in-chrome#post-34787</link>
			<pubDate>Tue, 13 Dec 2011 18:42:23 +0000</pubDate>
			<dc:creator>figit</dc:creator>
			<guid isPermaLink="false">34787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Everything under the primary navigation bar is off centered in chrome. This is not limited to my install either, in fact, if you look at the demo for shoutbox in chrome you'll notice the same problem.&#60;/p&#62;
&#60;p&#62;Can you please supply a fix since you claim chrome support for shoutbox?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
-m
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
