<?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; Tag: heading - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/heading</link>
		<description>WordPress.com Forums &#187; Tag: heading - Recent Posts</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 04:35:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/heading" rel="self" type="application/rss+xml" />

		<item>
			<title>weinold on "centered heading in free theme?"</title>
			<link>http://en.forums.wordpress.com/topic/centered-heading-in-free-theme#post-1182567</link>
			<pubDate>Fri, 15 Mar 2013 12:00:55 +0000</pubDate>
			<dc:creator>weinold</dc:creator>
			<guid isPermaLink="false">1182567@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>is there any chance of layouting the heading of the free "fresh &#38; clean" theme CENTERED? or do i have to purchase some additional features?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom CSS for Oxygen Theme to Lengthen Headings on Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-for-oxygen-theme-to-lengthen-headings-on-homepage#post-1111120</link>
			<pubDate>Thu, 03 Jan 2013 12:42:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1111120@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome!
</p>
]]></description>
					</item>
		<item>
			<title>therebeccaproject on "Custom CSS for Oxygen Theme to Lengthen Headings on Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-for-oxygen-theme-to-lengthen-headings-on-homepage#post-1111056</link>
			<pubDate>Thu, 03 Jan 2013 10:13:53 +0000</pubDate>
			<dc:creator>therebeccaproject</dc:creator>
			<guid isPermaLink="false">1111056@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wonderful! I really appreciate your help! It worked like a charm.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom CSS for Oxygen Theme to Lengthen Headings on Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-for-oxygen-theme-to-lengthen-headings-on-homepage#post-1110374</link>
			<pubDate>Wed, 02 Jan 2013 18:29:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Do you know how I can condense the date and comments (currently on separate lines), onto one line just underneath the header?</p></blockquote>
<p>Try adding this:</p>
<pre><code>.entry-meta span {
	display: inline;
}

.entry-meta .byline {
	padding-left: 10px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>therebeccaproject on "Custom CSS for Oxygen Theme to Lengthen Headings on Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-for-oxygen-theme-to-lengthen-headings-on-homepage#post-1110355</link>
			<pubDate>Wed, 02 Jan 2013 18:22:05 +0000</pubDate>
			<dc:creator>therebeccaproject</dc:creator>
			<guid isPermaLink="false">1110355@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That works. Thanks so much for your help!</p>
<p>Having seen the way it looks now, do you know how I can condense the date and comments (currently on separate lines), onto one line just underneath the header?</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom CSS for Oxygen Theme to Lengthen Headings on Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-for-oxygen-theme-to-lengthen-headings-on-homepage#post-1110320</link>
			<pubDate>Wed, 02 Jan 2013 18:03:14 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110320@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This example will just affect the home page. Add it to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.home .entry-header {
    float: none;
    width: 100%;
}

.home .entry-summary {
    float: none;
    padding-left: 0;
    width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>therebeccaproject on "Custom CSS for Oxygen Theme to Lengthen Headings on Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-for-oxygen-theme-to-lengthen-headings-on-homepage#post-1109938</link>
			<pubDate>Wed, 02 Jan 2013 12:07:22 +0000</pubDate>
			<dc:creator>therebeccaproject</dc:creator>
			<guid isPermaLink="false">1109938@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, </p>
<p>I am using the Oxygen theme with the upgrade to custom CSS. The part I'm having difficulty in customising in the CSS is the display of the article headings on the homepage. I have deactivated the slider, so only the recent articles display.</p>
<p>Currently, the headings display on the homepage like this:</p>
<p>Living it up in<br />
the Lake<br />
Conjola<br />
Sunshine</p>
<p>I wish the heading to be all on one line, preferably followed by the exerpt underneath, and the details following, like this:</p>
<p>Heading<br />
Excerpt<br />
January 1, 2013.  1 Comment. </p>
<p>Can anyone assist me with this?</p>
<p>The blog I require assistance on is:<br />
<a href="http://therebeccaproject.com/" rel="nofollow">http://therebeccaproject.com/</a></p>
<p>Thanking you kindly!
</p>
]]></description>
					</item>
		<item>
			<title>notawoodpecker on "Spacing between main menu and page H1"</title>
			<link>http://en.forums.wordpress.com/topic/spacing-between-main-menu-and-page-h1#post-1094675</link>
			<pubDate>Fri, 14 Dec 2012 01:58:57 +0000</pubDate>
			<dc:creator>notawoodpecker</dc:creator>
			<guid isPermaLink="false">1094675@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you have the CSS Upgrade, try this board:</p>
<p><a href="http://en.forums.wordpress.com/forum/css-customization" rel="nofollow">http://en.forums.wordpress.com/forum/css-customization</a></p>
<p>If you don't, you can't edit CSS.
</p>
]]></description>
					</item>
		<item>
			<title>crossroadswordpress on "Spacing between main menu and page H1"</title>
			<link>http://en.forums.wordpress.com/topic/spacing-between-main-menu-and-page-h1#post-1094673</link>
			<pubDate>Fri, 14 Dec 2012 01:55:32 +0000</pubDate>
			<dc:creator>crossroadswordpress</dc:creator>
			<guid isPermaLink="false">1094673@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>as a follow up, where did the CSS style sheet link go?
</p>
]]></description>
					</item>
		<item>
			<title>crossroadswordpress on "Spacing between main menu and page H1"</title>
			<link>http://en.forums.wordpress.com/topic/spacing-between-main-menu-and-page-h1#post-1094667</link>
			<pubDate>Fri, 14 Dec 2012 01:48:08 +0000</pubDate>
			<dc:creator>crossroadswordpress</dc:creator>
			<guid isPermaLink="false">1094667@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way to edit the spacing between the main menu bar and the start of the page? I've tried a bunch of different CSS coding but none of it seems to work.<br />
As a sub-question, is there a way to get the page to not display which page it is? For example: when you click "About" I don't want it page to start with "About" and then the text, I simply want the text to start.<br />
Thanks in advance. I've seen great support on here.
</p>
]]></description>
					</item>
		<item>
			<title>denisefixcat on "Can I eliminate heading title and just show image instead?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-eliminate-heading-title-and-just-show-image-instead#post-1079546</link>
			<pubDate>Tue, 27 Nov 2012 19:03:32 +0000</pubDate>
			<dc:creator>denisefixcat</dc:creator>
			<guid isPermaLink="false">1079546@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't want my title to show, just the image because I'm using the font from Vertigo Theme to give continuity, I really like the Vertigo font but I don't know how to change that. I'm new to CSS but I know HTML. Thanks for the help!
</p>
]]></description>
					</item>
		<item>
			<title>joannanagel on "Forever theme - title/ heading of post above photo instead of below?"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-title-heading-of-post-above-photo-instead-of-below#post-1045959</link>
			<pubDate>Fri, 19 Oct 2012 23:47:28 +0000</pubDate>
			<dc:creator>joannanagel</dc:creator>
			<guid isPermaLink="false">1045959@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>New to blogging. Am using custom Forever theme, but have no CSS knowledge. </p>
<p>Is there a way I can put the title of my post above the photo instead of underneath? </p>
<p>The wedding template for Forever theme has 4 posts going horizontally across the home page with the photo for each post &#38; the name/title/ heading of each post underneath &#38; then the text. I would like to put the title/ name/ heading of each post ABOVE the photo.</p>
<p>thanks,<br />
joanna
</p>
]]></description>
					</item>
		<item>
			<title>iqatrophie on "h2 heading on new landing page cut off"</title>
			<link>http://en.forums.wordpress.com/topic/h2-heading-on-new-landing-page-cut-off#post-1043546</link>
			<pubDate>Thu, 18 Oct 2012 00:23:29 +0000</pubDate>
			<dc:creator>iqatrophie</dc:creator>
			<guid isPermaLink="false">1043546@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks. Look much better now. :-D</p>
<p>Cheers<br />
Martin(IQ)
</p>
]]></description>
					</item>
		<item>
			<title>joen on "h2 heading on new landing page cut off"</title>
			<link>http://en.forums.wordpress.com/topic/h2-heading-on-new-landing-page-cut-off#post-1040880</link>
			<pubDate>Mon, 15 Oct 2012 15:07:07 +0000</pubDate>
			<dc:creator>joen</dc:creator>
			<guid isPermaLink="false">1040880@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We fixed this, thank you! Cache may take a little time to update.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "h2 heading on new landing page cut off"</title>
			<link>http://en.forums.wordpress.com/topic/h2-heading-on-new-landing-page-cut-off#post-1038609</link>
			<pubDate>Fri, 12 Oct 2012 22:07:26 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1038609@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for letting us know!
</p>
]]></description>
					</item>
		<item>
			<title>iqatrophie on "h2 heading on new landing page cut off"</title>
			<link>http://en.forums.wordpress.com/topic/h2-heading-on-new-landing-page-cut-off#post-1037400</link>
			<pubDate>Thu, 11 Oct 2012 13:10:49 +0000</pubDate>
			<dc:creator>iqatrophie</dc:creator>
			<guid isPermaLink="false">1037400@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The first h2 heading on the new landing page at <a href="http://wordpress.com" rel="nofollow">http://wordpress.com</a> is slightly cut off on the left here. I'm using FF 15.01 on Ubuntu 12.04. Made a little screenshot:</p>
<p>&#8594; <a href="http://iqatrophie.files.wordpress.com/2012/10/wpcom_landing.png">h2 heading - landing page</a></p>
<p>I think it's because of the negative left margin in the CSS code:<br />
<pre><code>#h4home #landing-themes h2 {
    margin-left: -7px;
    ...
}</code></pre>
<p>Cheers<br />
Martin(IQ)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Removing &quot;posts from the xxx category&quot; at top of that page"</title>
			<link>http://en.forums.wordpress.com/topic/removing-posts-from-the-xxx-category-at-top-of-that-page#post-964766</link>
			<pubDate>Thu, 02 Aug 2012 20:34:12 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">964766@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try.</p>
<pre><code>.archive .pagetitle {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing &quot;posts from the xxx category&quot; at top of that page"</title>
			<link>http://en.forums.wordpress.com/topic/removing-posts-from-the-xxx-category-at-top-of-that-page#post-964695</link>
			<pubDate>Thu, 02 Aug 2012 19:35:34 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">964695@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh no! I was wrong. You don't mean Page titles you mean Catgeory pages titles and I apologize. I don't believe we can edit what appears on the Archives, Categories, or Tags pages. They are dynamic pages created by the software and we cannot edit templates and themes. However, I don't help with CSS editing so please stay tuned as those who do will help you with this.
</p>
]]></description>
					</item>
		<item>
			<title>hypnobabiestwincities on "Removing &quot;posts from the xxx category&quot; at top of that page"</title>
			<link>http://en.forums.wordpress.com/topic/removing-posts-from-the-xxx-category-at-top-of-that-page#post-964693</link>
			<pubDate>Thu, 02 Aug 2012 19:34:00 +0000</pubDate>
			<dc:creator>hypnobabiestwincities</dc:creator>
			<guid isPermaLink="false">964693@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, I still want those things to appear in my menu, but I want the text under the menu and above the posts gone.  Does that make sense?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing &quot;posts from the xxx category&quot; at top of that page"</title>
			<link>http://en.forums.wordpress.com/topic/removing-posts-from-the-xxx-category-at-top-of-that-page#post-964691</link>
			<pubDate>Thu, 02 Aug 2012 19:32:30 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">964691@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can also hide them with CSS editing.  See here &#62; <a href="http://en.forums.wordpress.com/topic/does-the-page-title-have-to-show-at-the-top-of-the-page?replies=8#post-616350" rel="nofollow">http://en.forums.wordpress.com/topic/does-the-page-title-have-to-show-at-the-top-of-the-page?replies=8#post-616350</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing &quot;posts from the xxx category&quot; at top of that page"</title>
			<link>http://en.forums.wordpress.com/topic/removing-posts-from-the-xxx-category-at-top-of-that-page#post-964689</link>
			<pubDate>Thu, 02 Aug 2012 19:31:40 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">964689@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you referring to the Page titles?  If so then you can remove the page titles by simply deleting them after you create a custom menu with alternate titles in the Navigation Label fields.
</p>
]]></description>
					</item>
		<item>
			<title>hypnobabiestwincities on "Removing &quot;posts from the xxx category&quot; at top of that page"</title>
			<link>http://en.forums.wordpress.com/topic/removing-posts-from-the-xxx-category-at-top-of-that-page#post-964685</link>
			<pubDate>Thu, 02 Aug 2012 19:28:50 +0000</pubDate>
			<dc:creator>hypnobabiestwincities</dc:creator>
			<guid isPermaLink="false">964685@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you look at our site, on the Stories and Videos page and the Articles page, which are categories, I'd love to remove the text at the top that says "Posts from the Stories and Videos category" and "Posts from the Articles category" and instead just have a list on each page.  Any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>brdcommunity on "Word in Template heading"</title>
			<link>http://en.forums.wordpress.com/topic/word-in-template-heading-1#post-948665</link>
			<pubDate>Thu, 19 Jul 2012 01:01:02 +0000</pubDate>
			<dc:creator>brdcommunity</dc:creator>
			<guid isPermaLink="false">948665@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>well, if you click on the original page, or the link provided above, you will see the welcome page, without the word "welcome" written, on the black and white picture (the heading). However, if you click on the "contact us" page for example, you will see "contact us" written, on the black and white picture (with the balance). I hope I clarified what I am talking about.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Word in Template heading"</title>
			<link>http://en.forums.wordpress.com/topic/word-in-template-heading-1#post-948661</link>
			<pubDate>Thu, 19 Jul 2012 00:56:59 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">948661@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You cannot remove the blog title from the top gray Admin bar if that's what you are referring to. If not could you please be more specific?
</p>
]]></description>
					</item>
		<item>
			<title>brdcommunity on "Word in Template heading"</title>
			<link>http://en.forums.wordpress.com/topic/word-in-template-heading-1#post-948657</link>
			<pubDate>Thu, 19 Jul 2012 00:53:42 +0000</pubDate>
			<dc:creator>brdcommunity</dc:creator>
			<guid isPermaLink="false">948657@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
I have managed to take out the word from the the template heading, but for all other pages, I can still see that word, and i am not able to take those words out. I would like to keep the picture I put there, but not the word. I appreciate any help.<br />
Thank you
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Sub heading"</title>
			<link>http://en.forums.wordpress.com/topic/sub-heading#post-942051</link>
			<pubDate>Fri, 13 Jul 2012 16:14:11 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">942051@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I see you have this Tagline: Proving that motherhood is not always black and white. If what you mean is you would like to change it then that's done here &#62; Settings &#62; General. Also note that you can change your Blog Title at any time as well.  If that's not what you mean then please post again.
</p>
]]></description>
					</item>
		<item>
			<title>mommyincolor on "Sub heading"</title>
			<link>http://en.forums.wordpress.com/topic/sub-heading#post-941613</link>
			<pubDate>Fri, 13 Jul 2012 02:09:42 +0000</pubDate>
			<dc:creator>mommyincolor</dc:creator>
			<guid isPermaLink="false">941613@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to add a sub heading to my blog. How do I do that?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "using a font from my computer"</title>
			<link>http://en.forums.wordpress.com/topic/using-a-font-from-my-computer#post-926292</link>
			<pubDate>Wed, 27 Jun 2012 07:06:13 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">926292@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The problem with using a font that is on your computer, which you can specify with CSS, is that if your visitors do not have that font on their computer then their browser will not be able to show it and will substitute another font of its choosing so your visitors may not see your special font, it even could be that only YOU would see that font if no visitor has that font installed.</p>
<p>Online fonts such as Typekit, which is part of the Custom Design Upgrade, are served to a visitor's browser directly from servers on the internet and then everyone can see the font.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "using a font from my computer"</title>
			<link>http://en.forums.wordpress.com/topic/using-a-font-from-my-computer#post-926270</link>
			<pubDate>Wed, 27 Jun 2012 06:16:38 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">926270@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you just want it in your header, you could make an image with the font right in it and use that as a custom header.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "using a font from my computer"</title>
			<link>http://en.forums.wordpress.com/topic/using-a-font-from-my-computer#post-926265</link>
			<pubDate>Wed, 27 Jun 2012 06:11:02 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">926265@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>They do that by using the Custom Design upgrade: <a href="http://en.support.wordpress.com/custom-design/custom-fonts/" rel="nofollow">http://en.support.wordpress.com/custom-design/custom-fonts/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
