<?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: categories</title>
		<link>http://en.forums.wordpress.com/topic/categories-73</link>
		<description>WordPress.com Forums &#187; Topic: categories</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 03:13:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/categories-73" rel="self" type="application/rss+xml" />

		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-876261</link>
			<pubDate>Tue, 01 May 2012 06:45:29 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">876261@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>so... i have taken out all referencing to widths and margins through all of the code, as it would be ideal to have the blog a completely reactive design. </p>
<p>but, this has not helped things on the iphone.. is there something i am missing in the code that is adjusting the alignment?  (or is it many things?!)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-876078</link>
			<pubDate>Tue, 01 May 2012 00:43:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">876078@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The problem is, the way that you've done things is what is causing the issue, and for me to straighten it out I would have to put everything back to the way it was originally and then do it all again. You've basically taken what was a reactive design that would flow and adjust to meet the width of the screen it was being viewed on and turned it into a fixed width theme with half of it pushed off outside the right of the screen on smart phones. Also, anyone with less than a monitor/browser window width of 1440px has to scroll horizontally in order to even see your entire page. On a 1024 wide monitor, they can't even see the entire word "architect" in the header.</p>
<p>At the moment, it is a quagmire.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-876048</link>
			<pubDate>Tue, 01 May 2012 00:01:40 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">876048@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i deleted the left margin and width out of "body", and initially thought nothing changed.... i have since realised that this has affected the layout on iphones and ipads.... but i have since done too many saves of my css to retrieve the old code!!!  do you know a code to recentre the header and body text (rather than relying on left margins)?</p>
<p>thanks
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-875443</link>
			<pubDate>Mon, 30 Apr 2012 08:44:52 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875443@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this.</p>
<pre><code>.home .entry-content {
margin-left: 0 !important;
width: 866px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-875430</link>
			<pubDate>Mon, 30 Apr 2012 07:55:40 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875430@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorry, i was just wanting to increase the width of the image, not the overall main page... trying to align the image with the header above.  is this possible?</p>
<p>thanks
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-875426</link>
			<pubDate>Mon, 30 Apr 2012 07:46:05 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875426@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oops, use this code instead for the main page width only.</p>
<pre><code>.home #page {
max-width: 1000px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-875425</link>
			<pubDate>Mon, 30 Apr 2012 07:45:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875425@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You've defined a left margin and a width in "body" in your CSS, and that is typically not a normal thing to do. I would pull the margin and the width declarations out and then take a look at pages and posts to make sure nothing goes awry.</p>
<p>For the width on the home page only, add this and then adjust the max width.</p>
<pre><code>#page {
max-width: 1000px;
}</code></pre>
<p>Do be aware that 20% of web users are still on 1024px wide monitor resolutions, so if you go wider than 1000px, they will have to scroll horizontally in order to see your whole page. That is another reason I suggest removing the width and left margin declarations you had set in "body."
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73/page/2#post-875405</link>
			<pubDate>Mon, 30 Apr 2012 07:02:37 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875405@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you so much, this is all working great.</p>
<p>sorry, one more question, can you please advise the code to adjust the margins (move left) and increase the width of the image/content on the front page only?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875379</link>
			<pubDate>Mon, 30 Apr 2012 06:01:47 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875379@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This hides the page title on the home page only.</p>
<pre><code>.home .entry-title {
display: none;
}</code></pre>
<p>You can get rid of the grey background on the footer, and you can make the footer text less obvious.</p>
<p>Background/top border line and the non-link text color would be in <code>#site-generator</code></p>
<p>Linked text would be in <code>#site-generator a</code></p>
<p>Changes to the above will change it on all pages. I would assume that is what you would want to do.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875374</link>
			<pubDate>Mon, 30 Apr 2012 05:42:37 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>great!  i will give this a try.</p>
<p>one last question with the home page, is it possible on this page only, to remove the page heading, and hide the footer (or reduce the size of the footer)?</p>
<p>thanks again
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875372</link>
			<pubDate>Mon, 30 Apr 2012 05:37:55 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875372@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, when you insert the image into the page, in the "Link URL" field, just put the link to your blog page.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875369</link>
			<pubDate>Mon, 30 Apr 2012 05:33:49 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875369@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>the image would just be in the front page, not part of the rest of the blog
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875366</link>
			<pubDate>Mon, 30 Apr 2012 05:31:12 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">875366@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you mean in a post or as part of the blog background or header etc?
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875365</link>
			<pubDate>Mon, 30 Apr 2012 05:13:35 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875365@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>say if i include an image in the home page, would it be possible to use a code so that when you click on this image, it links you to the posts page?.... do you know what this code would be?</p>
<p>thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875363</link>
			<pubDate>Mon, 30 Apr 2012 05:08:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875363@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Normally there would be the navigation menu across the top, but since you are not using that, that is a good question.</p>
<p>You could code something up to include in the body of the page you use for the home page.</p>
<p>There is another possibility. You can put the custom menu widget in the footer widget area and then use CSS positioning to move it up and to the right of the content, but this is a little tricky and requires that you also include CSS to hide that widget in the footer from the other pages. It can be done, but it is a little messy.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875358</link>
			<pubDate>Mon, 30 Apr 2012 04:46:07 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875358@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, that's great.</p>
<p>one more question if that's ok, I am thinking of having a static page as a front page, and would ideally like to use the default page template, so no text or widgets are visible on the front page.  If you use this template as the front page, how then do you navigate to the blog pages?</p>
<p>thanks
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875349</link>
			<pubDate>Mon, 30 Apr 2012 04:15:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875349@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What you want to do is to remove the word "footer and the space and comma before it so that it looks like this:</p>
<pre><code>.entry-meta {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875346</link>
			<pubDate>Mon, 30 Apr 2012 03:58:37 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875346@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>with regards to the footer, i have done this but now on each post, it has the date it was posted on and the categories listed below, which i wanted removed.  Can you please advise the formula to remove these two things while keeping the blog footer below?</p>
<p>thanks again
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875311</link>
			<pubDate>Mon, 30 Apr 2012 02:39:03 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875311@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That smilie is for the stats here, but you can hide it with the following.</p>
<pre><code>img#wpstats {
display: none;
}</code></pre>
<p>The footer stuff was taken out with this:</p>
<pre><code>.entry-meta, footer {
display: none;
}</code></pre>
<p>delete the <code>, footer</code>
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875309</link>
			<pubDate>Mon, 30 Apr 2012 02:38:26 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">875309@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The smiley face is an important part of the stats. You can hide it by making it the same colour as the background, but if you remove it entirely, you won't have any stats.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875297</link>
			<pubDate>Mon, 30 Apr 2012 02:19:56 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875297@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks, that's great.</p>
<p>sorry, i have gone through my code and not sure how the footer credits are removed... i have copied alot of my code from other people's queries, without fully understanding what i am doing!</p>
<p>is there a code to put it back in?</p>
<p>also, one last query, on the singular entry view (where widgets would be), there is a smiley face.. is there any way to remove this?</p>
<p>thanks again
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875281</link>
			<pubDate>Mon, 30 Apr 2012 01:58:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">875281@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First off: You cannot remove the footer credits from themes here at wordpress.com. It is not allowed. You will have to put those back. You can style them so they are less visible, but be careful in that as making them too "less visible" is the same as hiding them.</p>
<p>next/previous tabs:</p>
<pre><code>.nav-previous, .nav-next {
display: none;
}</code></pre>
<p>Twenty Eleven does not show the sidebar on single-post pages. There is no way to change that.</p>
<p>Moving the single-page content up: This moves it up some.</p>
<pre><code>.singular .hentry, .main {
padding-top: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-875272</link>
			<pubDate>Mon, 30 Apr 2012 01:41:26 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">875272@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks so much for your help, however removing the headings was creating too many other headaches, so i have decided to keep them there are fix the look of the single entry view.</p>
<p>in the single entry view, are you able to please advise how to:<br />
- remove the previous / next tabs<br />
- display the sidebar widgets and text<br />
- move the post up on the page (or will this automatically happen once the previous / next tabs are removed?)</p>
<p>again, many thanks!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874913</link>
			<pubDate>Sun, 29 Apr 2012 07:53:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">874913@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When using custom fonts, it can at times get tricky to override things. Find this selector in your CSS and add the !important attribute to the font declaration as below and see if that doesn't fix things.</p>
<pre><code>.entry-title, .entry-title a {
font: bold 13px/1.625 Arial,sans-serif !important;
}</code></pre>
<p>I'm not seeing an black background or anything like that, or any changes to padding with the above modification.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874906</link>
			<pubDate>Sun, 29 Apr 2012 07:10:16 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">874906@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>by adding the above code into the post, it has somehow undone many of the other modifications i have made... black background behind categories, modifications to text etc... is there any other way to add in a heading?</p>
<p>thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874866</link>
			<pubDate>Sun, 29 Apr 2012 05:34:25 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">874866@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Put this in your CSS to hide the post title.</p>
<pre><code>.entry-title a {
display: none;
}</code></pre>
<p>For the title you put into the first line of the body of the post, do this:</p>
<p><code>&lt;h1 class=&quot;entry-title&quot;&gt;TITLE OF POST HERE&lt;/h1&gt;</code></p>
<p>After you get that in, then let us know if you want to change any of the padding or spacing on things. Let's see how it comes out without any tweaking.
</p>
]]></description>
					</item>
		<item>
			<title>studiofournews on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874860</link>
			<pubDate>Sun, 29 Apr 2012 05:22:36 +0000</pubDate>
			<dc:creator>studiofournews</dc:creator>
			<guid isPermaLink="false">874860@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>"You could hide the post titles and then hand code the HTML for the title into the first line of each post each time you make a post and then use inline CSS to space things out correctly."....</p>
<p>....i think this is the best option to do what i am after.  are you able to advise the CSS code to do this?</p>
<p>also, with the first line of text becoming the "title", are you also able to advise the code to adjust the size and colour of this first line... is this possible?</p>
<p>many thanks
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874854</link>
			<pubDate>Sun, 29 Apr 2012 05:18:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">874854@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It is Hawaiian Micro Brew and it is some of the best I've had.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874848</link>
			<pubDate>Sun, 29 Apr 2012 05:11:24 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">874848@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I pity you. Especially because you're drinking American beer.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "categories"</title>
			<link>http://en.forums.wordpress.com/topic/categories-73#post-874838</link>
			<pubDate>Sun, 29 Apr 2012 04:58:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">874838@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm on neither. I have a Kona Brewery Long Board Lager going.</p>
<p>A Martini sounds good though. I just don't have the fixin's.
</p>
]]></description>
					</item>

	</channel>
</rss>
