<?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: header width - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/header-width</link>
		<description>Support Forum - Tag: header width - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 14:03:56 +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/header-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-105261</link>
			<pubDate>Fri, 12 Apr 2013 06:36:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that Ismael could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmwilliams83 on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-105233</link>
			<pubDate>Thu, 11 Apr 2013 23:53:56 +0000</pubDate>
			<dc:creator>jmwilliams83</dc:creator>
			<guid isPermaLink="false">105233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Pure genius YOU GUYS ARE AWESOME!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-105152</link>
			<pubDate>Thu, 11 Apr 2013 07:52:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">105152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jmwilliams83,&#60;/p&#62;
&#60;p&#62;Try replacing this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 989px) and (min-width: 768px) {
	.logo {
		max-width: 774px;
	}

	.main_menu {
		right: -60px;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 989px) and (min-width: 768px) {
	h1.logo img {
               max-width: 774px;
        }

	.main_menu {
		right: -60px;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmwilliams83 on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-105138</link>
			<pubDate>Thu, 11 Apr 2013 02:29:55 +0000</pubDate>
			<dc:creator>jmwilliams83</dc:creator>
			<guid isPermaLink="false">105138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That portion now works perfect!  It seems to have brought back the problem where the silver and blue strip is not fully contained and resizing with the site itself.  It eventually catches up with the resizing but around what would be the size of a tablet screen its off.   &#60;/p&#62;
&#60;p&#62;Will I have to make a modification to one of the below Quick CSS codes:&#60;/p&#62;
&#60;p&#62;h1.logo img {max-width: 990px;}&#60;/p&#62;
&#60;p&#62;@media only screen and (max-width: 767px) {.container_wrap {overflow-x: hidden !important;}}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-105017</link>
			<pubDate>Wed, 10 Apr 2013 06:35:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">105017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jmwilliams83,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 989px) and (min-width: 768px) {
	.logo {
		max-width: 774px;
	}

	.main_menu {
		right: -60px;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmwilliams83 on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-105006</link>
			<pubDate>Wed, 10 Apr 2013 02:43:41 +0000</pubDate>
			<dc:creator>jmwilliams83</dc:creator>
			<guid isPermaLink="false">105006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PURE GENIUS!  Any suggestions on stopping the overlap of the menu with the logo?  I think if I decrease the padding anymore it will look like a sentence instead of a menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-104710</link>
			<pubDate>Mon, 08 Apr 2013 04:26:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">104710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jmwilliams83,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
	.container_wrap {
		overflow-x: hidden;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this one if the code above doesn't help:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
	.container_wrap {
		overflow-x: hidden !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmwilliams83 on "Header Image"</title>
			<link>http://www.kriesi.at/support/topic/header-image-2#post-104704</link>
			<pubDate>Mon, 08 Apr 2013 01:24:05 +0000</pubDate>
			<dc:creator>jmwilliams83</dc:creator>
			<guid isPermaLink="false">104704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On my site located at &#60;a href=&#34;http://www.relevantfl.org&#34; rel=&#34;nofollow&#34;&#62;http://www.relevantfl.org&#60;/a&#62; when resizing the site by dragging the corner of the browser window inward, the bottom strip of the head image (blue and aluminum portion) does not resize and appears to remain the same width the entire time.  Also, the menu options cross over the part of the logo that says &#34;Relevant Church&#34; I have decreased the spacing between each minimum option down to 7px but that still does not seem to help. &#60;/p&#62;
&#60;p&#62;For the header image I have the following Quick CSS applied: &#34;h1.logo img {max-width: 990px;}&#34;&#60;br /&#62;
For the menu I have the following applied: &#34;#top .main_menu ul:first-child &#38;gt; li &#38;gt; a {padding: 0 7px;}&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Header exact size"</title>
			<link>http://www.kriesi.at/support/topic/header-exact-size#post-76578</link>
			<pubDate>Wed, 19 Sep 2012 16:11:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi edogpus,&#60;/p&#62;
&#60;p&#62;The issue is you need a bit of css to position the background. The current background image in the demo is: &#60;a href=&#34;http://www.kriesi.at/themes/newscast/wp-content/themes/newscast/images/skin1/bg.png&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/newscast/wp-content/themes/newscast/images/skin1/bg.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which gets repeated. So in replacing it you need to change the css so that it stays centered. At the same time, you'll need to remove the default logo since your background image now shows the logo and blog title.&#60;/p&#62;
&#60;p&#62;So in style1.css where you added in the url for the image, change that whole thing to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body{
background: #fff url(http://www.unikorns.com/wp-content/uploads/2012/09/header-1.jpg);
color:#666;
background-repeat: no-repeat;
background-position: center top;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now, in the same file (style1.css), you need to scroll down to the bottom and add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/** Remove the Logo and logo link**/
#top .logobg a {
    display: none;
}
/** Remove the Social Icons and Search Bar**/
#headextras {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added in the search bar removal as well since it covered some of your header image.&#60;/p&#62;
&#60;p&#62;For additional customization like this, I would recommend looking into a freelance developer who can take a big list of little css customization's and fixes like this and get it done in a few hours.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edogpus on "Header exact size"</title>
			<link>http://www.kriesi.at/support/topic/header-exact-size#post-76232</link>
			<pubDate>Mon, 17 Sep 2012 14:59:04 +0000</pubDate>
			<dc:creator>edogpus</dc:creator>
			<guid isPermaLink="false">76232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Thanks for the answer. Nevertheless, you didn´t say anything about how to upload the new header. I searched inside the forum and found this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/changing-bannerheader-totally-w-new-jpeg&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/changing-bannerheader-totally-w-new-jpeg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problem is, I followed all those steps and the new header uploaded, but look at what is happenning: &#60;a href=&#34;http://www.unikorns.com&#34; rel=&#34;nofollow&#34;&#62;http://www.unikorns.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I don´t understand why the &#34;Newscast, a themeforest blog...&#34; message is still showing. On the other hand, the unikorn animal gets duplicated on the right sidebar, no idea neither why this is happenning. This is the exact header I´m trying to introduce:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.unikorns.com/wp-content/uploads/2012/09/header-1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.unikorns.com/wp-content/uploads/2012/09/header-1.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don´t understand why it doesn´t just stay centralized. &#60;/p&#62;
&#60;p&#62;Please helppp!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Header exact size"</title>
			<link>http://www.kriesi.at/support/topic/header-exact-size#post-76117</link>
			<pubDate>Sun, 16 Sep 2012 17:48:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The header is 960px but there are right and left paddings of 20px each.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edogpus on "Header exact size"</title>
			<link>http://www.kriesi.at/support/topic/header-exact-size#post-76027</link>
			<pubDate>Sat, 15 Sep 2012 10:48:05 +0000</pubDate>
			<dc:creator>edogpus</dc:creator>
			<guid isPermaLink="false">76027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have payed someone to create a professional header for me, but I am lacking the exact width of the header space. I saw this answered in another thread and although the height (161) matches, the width (960x) doesn´t, it just covers the center space, I mean like from slider number 1 to slider number 4, excluding the two big sidebars. I would like it to cover the full width including sidebars so what´s the full width exact number?&#60;/p&#62;
&#60;p&#62;Oh and now that we are at it, I would also need to know how do I exactly introduce the new header into the theme, for I don´t know how to do it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
