<?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: Having trouble Centering logo and Drop menu under the logo .</title>
		<link>http://www.kriesi.at/support/topic/having-trouble-centering-logo-and-drop-menu-under-the-logo</link>
		<description>Support Forum - Topic: Having trouble Centering logo and Drop menu under the logo .</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 18:50:47 +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/having-trouble-centering-logo-and-drop-menu-under-the-logo" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Having trouble Centering logo and Drop menu under the logo ."</title>
			<link>http://www.kriesi.at/support/topic/having-trouble-centering-logo-and-drop-menu-under-the-logo#post-100160</link>
			<pubDate>Fri, 08 Mar 2013 03:09:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you can add .home to each css selector so it only targets the home body class.&#60;/p&#62;
&#60;p&#62;The menu is centered by its width and elements inside so it may need some additional tweaking. The above css is really just to get you started individual adjustment and customization is beyond what we can do via support. Specifically so with a menu centering like this since it matters what the width of the menu is set to and that will change whenever you change the menu.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ceciliekorst on "Having trouble Centering logo and Drop menu under the logo ."</title>
			<link>http://www.kriesi.at/support/topic/having-trouble-centering-logo-and-drop-menu-under-the-logo#post-100087</link>
			<pubDate>Thu, 07 Mar 2013 18:00:45 +0000</pubDate>
			<dc:creator>ceciliekorst</dc:creator>
			<guid isPermaLink="false">100087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome that worked perfectly except the menu is still a little off center .&#60;br /&#62;
Another question i have is it possible to only apply the Css alignment to just the front page ?&#60;/p&#62;
&#60;p&#62;Css -&#60;/p&#62;
&#60;p&#62;.dynamic-column-title {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.logo a, .logo a img {&#60;br /&#62;
	width: 358px;&#60;br /&#62;
	height: 80px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .main_menu {&#60;br /&#62;
	width: 358px;&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
	float: none!important;&#60;br /&#62;
	left: auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.logo, .logo a {&#60;br /&#62;
	float: none;&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#header .container {&#60;br /&#62;
	min-height: 100px;&#60;br /&#62;
	height: 138px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Having trouble Centering logo and Drop menu under the logo ."</title>
			<link>http://www.kriesi.at/support/topic/having-trouble-centering-logo-and-drop-menu-under-the-logo#post-100071</link>
			<pubDate>Thu, 07 Mar 2013 16:53:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ceciliekorst,&#60;/p&#62;
&#60;p&#62;Using !important will overwrite the responsive changes later on. Your best route would be to define the width and then use the auto margin trick to center it ( margin:0 auto; ). Then change the width for the other layouts with media queries.&#60;/p&#62;
&#60;p&#62;You can start with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
    width: 358px;
    margin: 0 auto;
    float: none !important;
    left: auto;
}
.logo, .logo a {
    float: none;
    margin: 0 auto;
}
#header .container {
    min-height: 100px;
    height: 138px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then add this for the mobile size changes:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
  /*add your mobile css changes here*/

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ceciliekorst on "Having trouble Centering logo and Drop menu under the logo ."</title>
			<link>http://www.kriesi.at/support/topic/having-trouble-centering-logo-and-drop-menu-under-the-logo#post-99974</link>
			<pubDate>Thu, 07 Mar 2013 05:34:54 +0000</pubDate>
			<dc:creator>ceciliekorst</dc:creator>
			<guid isPermaLink="false">99974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having troubles Centering the logo and it staying centered in the page while i change my Browser size.&#60;br /&#62;
It is also not centered on mobile devices . It looks good on a full size desktop screen though .&#60;br /&#62;
Below is the code i used to center the Logo .&#60;/p&#62;
&#60;p&#62;h1.logo {&#60;br /&#62;
	left: 50%!important;&#60;br /&#62;
	margin-left: -175px!important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62; . I also want to drop the menu under the logo and i want both to be centered . But im not sure where to start there.&#60;/p&#62;
&#60;p&#62;The website is Wickedbroom.com&#60;/p&#62;
&#60;p&#62;Thanks in Advanced .
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
