<?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: Add DIV to header + customise Woocommerce login</title>
		<link>http://www.kriesi.at/support/topic/add-div-to-header-customise-woocommerce-login</link>
		<description>Support Forum - Topic: Add DIV to header + customise Woocommerce login</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 04:55:08 +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/add-div-to-header-customise-woocommerce-login" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Add DIV to header + customise Woocommerce login"</title>
			<link>http://www.kriesi.at/support/topic/add-div-to-header-customise-woocommerce-login#post-70826</link>
			<pubDate>Mon, 13 Aug 2012 18:06:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thewerkhaus,&#60;/p&#62;
&#60;p&#62;You'll need to use something like Firebug for Firefox or Chrome/Safari's Inspect element to identify what css needs to be changed for that specific widget. You can begin each new rule with:&#60;br /&#62;
&#60;code&#62;#woocommerce_login-8&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;followed by the class names so that you are only targeting that single widget and then style it as you need. Unfortunately we aren't able to get into individual design and customization at that level through support.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thewerkhaus on "Add DIV to header + customise Woocommerce login"</title>
			<link>http://www.kriesi.at/support/topic/add-div-to-header-customise-woocommerce-login#post-70788</link>
			<pubDate>Mon, 13 Aug 2012 14:16:33 +0000</pubDate>
			<dc:creator>thewerkhaus</dc:creator>
			<guid isPermaLink="false">70788@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nevermind, think I worked around it. BUT, was wondering if I could find out how to style the widget so it appears more horizontally so it fits into the top bar? Also, I tried to fix it's position in CSS but it's not staying in place...&#60;/p&#62;
&#60;p&#62;Site can be seen here: &#60;a href=&#34;http://pet.thewerkhaus.com&#34; rel=&#34;nofollow&#34;&#62;http://pet.thewerkhaus.com&#60;/a&#62; , you'll see what I mean.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thewerkhaus on "Add DIV to header + customise Woocommerce login"</title>
			<link>http://www.kriesi.at/support/topic/add-div-to-header-customise-woocommerce-login#post-70769</link>
			<pubDate>Mon, 13 Aug 2012 10:03:40 +0000</pubDate>
			<dc:creator>thewerkhaus</dc:creator>
			<guid isPermaLink="false">70769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thanks for that. What exactly do I need to insert into the header on the Woocommerce side though? (the link to the widget?)&#60;/p&#62;
&#60;p&#62;Sorry, I have no idea on what code to insert here...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add DIV to header + customise Woocommerce login"</title>
			<link>http://www.kriesi.at/support/topic/add-div-to-header-customise-woocommerce-login#post-70752</link>
			<pubDate>Mon, 13 Aug 2012 08:50:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I think you can edit header.php and find this code.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;header&#38;#39;&#38;gt;
			sdfsfds
			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Insert the logo there and the woocommerce login then style it on your custom.css, just adjust the style as you see fit.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header {
background: white;
height: 100px;
margin-bottom: 50px;
margin-top: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thewerkhaus on "Add DIV to header + customise Woocommerce login"</title>
			<link>http://www.kriesi.at/support/topic/add-div-to-header-customise-woocommerce-login#post-70744</link>
			<pubDate>Mon, 13 Aug 2012 08:25:29 +0000</pubDate>
			<dc:creator>thewerkhaus</dc:creator>
			<guid isPermaLink="false">70744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;Ok, so there are two parts to this question, hope they're not too complex!&#60;/p&#62;
&#60;p&#62;I'd like to add a simple div to the header, just a white bar with a logo in it. Sounds easy enough, I hope?&#60;/p&#62;
&#60;p&#62;But, I'd also like to add the Woocommerce login into this div, and I will hopefully be able to style the CSS of this to make it look how I want it to.&#60;/p&#62;
&#60;p&#62;This is a mocked up image (just badly photoshopped in what I need at the top there onto my existing page) - &#60;a href=&#34;http://imgur.com/JmXiY&#34; rel=&#34;nofollow&#34;&#62;http://imgur.com/JmXiY&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can anyone help me with this? Thank you so much!&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
