<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Pilcrow Tag Line</title>
		<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line</link>
		<description>WordPress.com Forums &#187; Topic: Pilcrow Tag Line</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 19:22:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/pilcrow-tag-line" rel="self" type="application/rss+xml" />

		<item>
			<title>familyspiritadventures on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-931839</link>
			<pubDate>Tue, 03 Jul 2012 10:39:38 +0000</pubDate>
			<dc:creator>familyspiritadventures</dc:creator>
			<guid isPermaLink="false">931839@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>just to confirm the only way I can effectively remove the dot  before my tag line would be to have sidebars on my static pages and make the adjustments to have outlined above?</p>
<p>or perhaps design a new header?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-926409</link>
			<pubDate>Wed, 27 Jun 2012 09:50:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">926409@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You know, this gets tricky if you want to <em>not</em> have sidebars on static pages. Is that your desire then the solution you have would be the best and possibly the only one?</p>
<p>If you keep the sidebars, then the following will move the text widget up and into the header area.</p>
<p>Remove these from your CSS:</p>
<pre><code>#footer #site-info {
color: #382014;
font-size: 0.85em;
position: absolute;
right: 299px;
top: 140px;
width: 52%;
}

#footer #site-info a {
display: none;
}</code></pre>
<p>Add these to your CSS (I centered the text):</p>
<pre><code>#page {
position: relative;
}

#text-4 {
position: absolute;
top: 160px;
left: 0;
font-size: 14px;
text-align: center;
width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>familyspiritadventures on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-926375</link>
			<pubDate>Wed, 27 Jun 2012 08:49:10 +0000</pubDate>
			<dc:creator>familyspiritadventures</dc:creator>
			<guid isPermaLink="false">926375@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Sacred Path. I have the txt widget in sidebar. Can you advise what needs to be done from here. cheers!
</p>
]]></description>
					</item>
		<item>
			<title>familyspiritadventures on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-918656</link>
			<pubDate>Tue, 19 Jun 2012 11:28:47 +0000</pubDate>
			<dc:creator>familyspiritadventures</dc:creator>
			<guid isPermaLink="false">918656@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Reasonable is flattering thanks, it has been a struggle. I have created a txt widget and dragged it up to the sidebar with the required txt, but my site is not set up with a sidebar so even when I update/refresh my site I am unable to see the txt widget. Am I in the ball park?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-914976</link>
			<pubDate>Fri, 15 Jun 2012 09:20:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">914976@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.</p>
<p>It isn't that difficult if you want to do it. Just create the text widget (no title) and put it into the sidebar and we can help you move it up and get everything set right although it looks like you have a reasonable grasp of CSS.
</p>
]]></description>
					</item>
		<item>
			<title>familyspiritadventures on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-914972</link>
			<pubDate>Fri, 15 Jun 2012 09:17:18 +0000</pubDate>
			<dc:creator>familyspiritadventures</dc:creator>
			<guid isPermaLink="false">914972@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Woah, all that to remove a little dot. Atleast it is possible. Thanks</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-912457</link>
			<pubDate>Wed, 13 Jun 2012 10:51:09 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">912457@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That is a separator and unfortunately, that is set in the theme PHP script files, so it cannot be removed. There is a sort of "trick" that can be used in some cases, but unfortunately not with Pilcrow.</p>
<p>What you could do would be to put your tagline into a text widget and then use positioning (absolute) to move it up and below your site title. You would get the same affect. You may have to target the text widget by ID# and change the width and such.</p>
<p>Also, to get the text widget to keep its final relationship with the rest of the content no matter if you are logged in or out, set #wrapper to position: relative; .
</p>
]]></description>
					</item>
		<item>
			<title>familyspiritadventures on "Pilcrow Tag Line"</title>
			<link>http://en.forums.wordpress.com/topic/pilcrow-tag-line#post-912442</link>
			<pubDate>Wed, 13 Jun 2012 10:31:20 +0000</pubDate>
			<dc:creator>familyspiritadventures</dc:creator>
			<guid isPermaLink="false">912442@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi. there is a dot <code></code>.´´ that appears at the beginning of my Tag line.<br />
I tried to edit this in settings&#62;general&#62;tagline but there is no dot there.<br />
Can you please advise. I am using pilcrow
</p>
]]></description>
					</item>

	</channel>
</rss>
