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

		<item>
			<title>timethief on "How to prevent titles from disappearing in &quot;Chunk&quot; theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-prevent-titles-from-disappearing-in-chunk-theme#post-1279870</link>
			<pubDate>Sat, 25 May 2013 18:21:02 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1279870@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using Firefox 21 and I see what you mean. It's strange and I have tagged this thread for Themes Staff attention.
</p>
]]></description>
					</item>
		<item>
			<title>shipmank on "How to prevent titles from disappearing in &quot;Chunk&quot; theme?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-prevent-titles-from-disappearing-in-chunk-theme#post-1277215</link>
			<pubDate>Thu, 23 May 2013 16:49:05 +0000</pubDate>
			<dc:creator>shipmank</dc:creator>
			<guid isPermaLink="false">1277215@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi There,</p>
<p>Could someone please give me advice on how to prevent the titles of my blog entries from disappearing in the "Chunk" theme? If you rollover them, they reappear. But, I want them to stay on the page at all times. </p>
<p>Advice?</p>
<p>Thank you,<br />
Kelsey
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Link appearance"</title>
			<link>http://en.forums.wordpress.com/topic/link-appearance#post-1275694</link>
			<pubDate>Wed, 22 May 2013 18:19:11 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1275694@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.
</p>
]]></description>
					</item>
		<item>
			<title>carolynsei on "Link appearance"</title>
			<link>http://en.forums.wordpress.com/topic/link-appearance#post-1275692</link>
			<pubDate>Wed, 22 May 2013 18:17:21 +0000</pubDate>
			<dc:creator>carolynsei</dc:creator>
			<guid isPermaLink="false">1275692@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, thank you!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Link appearance"</title>
			<link>http://en.forums.wordpress.com/topic/link-appearance#post-1275679</link>
			<pubDate>Wed, 22 May 2013 18:14:19 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1275679@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Does this help?<br />
<a href="http://en.forums.wordpress.com/topic/change-link-font-color-in-chunk-theme?replies=27" rel="nofollow">http://en.forums.wordpress.com/topic/change-link-font-color-in-chunk-theme?replies=27</a>
</p>
]]></description>
					</item>
		<item>
			<title>carolynsei on "Link appearance"</title>
			<link>http://en.forums.wordpress.com/topic/link-appearance#post-1275634</link>
			<pubDate>Wed, 22 May 2013 17:41:23 +0000</pubDate>
			<dc:creator>carolynsei</dc:creator>
			<guid isPermaLink="false">1275634@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'm trying to figure how to customize my links in the Chunk theme so I can change the color and so they aren't underlined, any help on how to do this universally?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Edits to About page"</title>
			<link>http://en.forums.wordpress.com/topic/edits-to-about-page#post-1267234</link>
			<pubDate>Thu, 16 May 2013 04:30:53 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267234@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will do what you want, I think, but as you can see, it forces the main content container width to be 1150px in width and that means anyone with a monitor resolution less that about 1250px in width is going to have to scroll horizontally in order to see all of your page content, and for those people everything is going to appear as if it is mistakenly shifted to the right (comments will be along the right browser border with a huge amount of white space to the left of them.</p>
<pre><code>.page-id-2 #container {
    width: 1150px;
}
.page-id-2 #contents {
    margin-left: 500px;
    width: 650px;
}</code></pre>
<p>For the background image, do as I showed in the other thread on the background and content background except replace .archive with .page-id-2 (the about page).
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "bordering posts with an image on Chunk"</title>
			<link>http://en.forums.wordpress.com/topic/bordering-posts-with-an-image-on-chunk#post-1267220</link>
			<pubDate>Thu, 16 May 2013 04:06:13 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267220@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Edit the body .home selector and make it body.category so that it will show only on the category pages as shown below. The second bit of code sets white for the content area. I'm assuming you will want the background image an white content background on the single post pages as well (after one clicks on a post title). I've used the "archive" body class so that it will show not only on the categories pages, but also on archive and tags pages.</p>
<pre><code>body.archive, body.single {
background: url(&quot;http://imveryape.files.wordpress.com/2012/02/justice_in_concert-60.jpg&quot;) no-repeat scroll 0 0 transparent;
}

.archive #container, .single #container {
background: #FFFFFF;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>imveryape on "bordering posts with an image on Chunk"</title>
			<link>http://en.forums.wordpress.com/topic/bordering-posts-with-an-image-on-chunk#post-1267207</link>
			<pubDate>Thu, 16 May 2013 03:39:32 +0000</pubDate>
			<dc:creator>imveryape</dc:creator>
			<guid isPermaLink="false">1267207@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello all, I am looking to border my posts with an image. Very similar to how illogical computer does it <a href="http://illogicalcomputer.com" rel="nofollow">http://illogicalcomputer.com</a>. My posts only appear on the Best New Music, Hidden Gems, Best-of Lists and Thoughts page so those are the ones I am looking to border with an image. The actual background behind the posts I am trying to keep white.</p>
<p>Any CSS tips?</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>imveryape on "Edits to About page"</title>
			<link>http://en.forums.wordpress.com/topic/edits-to-about-page#post-1267205</link>
			<pubDate>Thu, 16 May 2013 03:31:07 +0000</pubDate>
			<dc:creator>imveryape</dc:creator>
			<guid isPermaLink="false">1267205@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi guys, looking to shift all of the content on my about page to the right. I want to keep it centred relative to itself (like the IMVERYAPE is still centred compared to the menu), but have it all shifted to the right, so that the turquoise "comments" ends up in the centre of the page.</p>
<p>I would also like to change my background image for the about page.</p>
<p>Any tips?</p>
<p>Thanks guys!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1267200</link>
			<pubDate>Thu, 16 May 2013 03:20:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267200@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@gennynielson, since you are using a different theme, would you mind starting a new thread in the CSS forum on this so that it doesn't confuse people coming to this thread in the future. Thanks and I'll keep an eye out for your posting.
</p>
]]></description>
					</item>
		<item>
			<title>gennynielson on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1267162</link>
			<pubDate>Thu, 16 May 2013 02:04:05 +0000</pubDate>
			<dc:creator>gennynielson</dc:creator>
			<guid isPermaLink="false">1267162@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello everyone,<br />
I am using the Book Lite template and I have the same issue, I would like to create a side bar starting at the top right just under the feature image to showcase the widgets.<br />
Would it be a similar change to the CSS?<br />
Thanks a lot for your help.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1267069</link>
			<pubDate>Wed, 15 May 2013 23:43:17 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1267069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In my opinion you should make some other adjustments first: center the header and the footer, separate the right sidebar with a border, and increase the width of the main column (at the moment it's narrower than its actual contents - you're not seeing this because there's no border). Try the following:</p>
<p>Change this:<br />
<pre><code>#header, #menu {
    width: 800px;
}</code></pre>
<p>to:<br />
<pre><code>#header, #menu, #footer {
    width: 103%;
}</code></pre>
<p>Change this:<br />
<pre><code>#contents {
    width: 590px;
}</code></pre>
<p>to:<br />
<pre><code>#contents {
    border-right: 1px solid #CCCCCC;
    width: 630px;
}</code></pre>
<p>And add these:<br />
<pre><code>#menu {
    text-align: center;
}
#menu li {
    display: inline;
    float: none;
}
.hentry .main {
    width: 600px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thehuedawg on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1266589</link>
			<pubDate>Wed, 15 May 2013 18:55:47 +0000</pubDate>
			<dc:creator>thehuedawg</dc:creator>
			<guid isPermaLink="false">1266589@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I resolved the distortion! Thank you all for the help! </p>
<p>Last thing to fix now is the header image. I know I have to resize it, and then what? </p>
<p>My blog is thehuepoint.com</p>
<p>Thank you again!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1266405</link>
			<pubDate>Wed, 15 May 2013 17:05:06 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1266405@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You might also check a different version I had started here:<br />
<a href="http://en.forums.wordpress.com/topic/how-do-i-add-a-sidebar?replies=6#post-1229316" rel="nofollow">http://en.forums.wordpress.com/topic/how-do-i-add-a-sidebar?replies=6#post-1229316</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1266266</link>
			<pubDate>Wed, 15 May 2013 15:01:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1266266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try clearing the floats for each individual widget. Here's an example:</p>
<pre><code>#widgets .widget {
	clear: both;
	width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thehuedawg on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1262575</link>
			<pubDate>Sat, 11 May 2013 15:32:50 +0000</pubDate>
			<dc:creator>thehuedawg</dc:creator>
			<guid isPermaLink="false">1262575@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For some reason, that didn't seem to do the trick either! I don't know what is distorting it!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1262283</link>
			<pubDate>Sat, 11 May 2013 03:22:23 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1262283@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Whoops! Sorry, I missed copying and pasting one new rule. Add this at the bottom of your CSS and it will fix the issue.</p>
<pre><code>#widgets .widget {
width: 160px;
}</code></pre>
<p>Again, sorry.
</p>
]]></description>
					</item>
		<item>
			<title>thehuedawg on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1262183</link>
			<pubDate>Sat, 11 May 2013 00:17:55 +0000</pubDate>
			<dc:creator>thehuedawg</dc:creator>
			<guid isPermaLink="false">1262183@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for the help! I applied the code and made a minor change (just changed background-image to "none" instead of linear-gradient) for personal preference. The only problem is that the sidebar seems to be distorted. Is there a way to alter that? I tried messing around with it, but the adjustments I tried didn't do the trick. If it helps, here are the codes I have already in place: </p>
<p>body {<br />
    background-image: none;<br />
}<br />
#site-description {<br />
    background: none;<br />
	background-image: none;<br />
}<br />
body {<br />
    background-image: none(rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0) 80px);<br />
}</p>
<p>#container {<br />
    background: none repeat scroll 0 0 transparent;<br />
    margin-left: auto;<br />
    margin-right: auto;<br />
    padding-left: 0;<br />
    padding-right: 0;<br />
    position: relative;<br />
    width: 990px;<br />
}</p>
<p>#header, #menu {<br />
    width: 990px;<br />
}</p>
<p>#contents {<br />
    width: 590px;<br />
}</p>
<p>#widgets {<br />
    border-top: medium none;<br />
    float: right;<br />
    position: absolute;<br />
    right: 0;<br />
    top: 505px;<br />
    width: 160px;<br />
}</p>
<p>And my blog is thehuepoint.com</p>
<p>Thank you!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to delete Chunk entry-format?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-delete-chunk-entry-format#post-1261976</link>
			<pubDate>Fri, 10 May 2013 20:55:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1261976@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This thread wasn't about hiding categories on Chunk, it is about hiding something else. To hid categories in Chunk you have to use this:</p>
<pre><code>.cat-links {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cruxcrushmary on "How to delete Chunk entry-format?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-delete-chunk-entry-format#post-1261608</link>
			<pubDate>Fri, 10 May 2013 15:23:54 +0000</pubDate>
			<dc:creator>cruxcrushmary</dc:creator>
			<guid isPermaLink="false">1261608@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi!<br />
I'm having the same issue. I want to hide the "standard" category that is showing up on all of my posts.<br />
I tried this:</p>
<p>.entry-format {<br />
	display: none;<br />
}</p>
<p>But it's still there. Any ideas?<br />
Thanks!<br />
Mary
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "[Chunk] Alter CSS of &quot;about&quot; and &quot;contact&quot; page"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-alter-css-of-about-and-contact-page#post-1260166</link>
			<pubDate>Thu, 09 May 2013 01:26:39 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260166@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>troublecomesrunning on "[Chunk] Alter CSS of &quot;about&quot; and &quot;contact&quot; page"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-alter-css-of-about-and-contact-page#post-1260162</link>
			<pubDate>Thu, 09 May 2013 01:24:59 +0000</pubDate>
			<dc:creator>troublecomesrunning</dc:creator>
			<guid isPermaLink="false">1260162@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "[Chunk] Alter CSS of &quot;about&quot; and &quot;contact&quot; page"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-alter-css-of-about-and-contact-page#post-1260147</link>
			<pubDate>Thu, 09 May 2013 01:05:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh, and this will also change the title of the posts on the single posts pages to black as well.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "[Chunk] Alter CSS of &quot;about&quot; and &quot;contact&quot; page"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-alter-css-of-about-and-contact-page#post-1260145</link>
			<pubDate>Thu, 09 May 2013 01:04:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260145@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add the following to your CSS. The titles on the pages have a slightly different selector.</p>
<pre><code>.entry-title {
color: #000000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>troublecomesrunning on "[Chunk] Alter CSS of &quot;about&quot; and &quot;contact&quot; page"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-alter-css-of-about-and-contact-page#post-1260136</link>
			<pubDate>Thu, 09 May 2013 00:56:21 +0000</pubDate>
			<dc:creator>troublecomesrunning</dc:creator>
			<guid isPermaLink="false">1260136@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So I've changed the CSS of my main page to make the titles of my posts black, but when I head to my "about" or "contact" pages, the title of those posts are in the default grey color. Is there a way to change the color on these pages?</p>
<p>I deleted the title of these pages thinking it would just remove the title from the page, but it also deleted the link in the menu bar, too.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1260069</link>
			<pubDate>Wed, 08 May 2013 23:32:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Chunk is a little bit of a challenge. The sidebar can be moved to the right side, but it ends up making the site fairly wide to accommodate the added width for a sidebar, and it can mean that some people using narrower monitors may have to scroll horizontally to be able to view the sidebar. Also, it means making a new header image that is wider than the existing and inserting it through CSS too. Give this a try and see what you think. You will need to create a 990px wide x 170px high header image and upload it to your media library. When you get that done, post back here and we can help get that inserted into the header area for you.</p>
<p>Make sure and click around on all your pages and some of your posts to make sure that there isn't anything else that blows up with the following changes.</p>
<pre><code>body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0) 80px);
}

#container {
    background: none repeat scroll 0 0 transparent;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 990px;
}

#header, #menu {
    width: 990px;
}

#contents {
    width: 590px;
}

#widgets {
    border-top: medium none;
    float: right;
    position: absolute;
    right: 0;
    top: 505px;
    width: 160px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thehuedawg on "Create a sidebar for Chunk Theme?"</title>
			<link>http://en.forums.wordpress.com/topic/create-a-sidebar-for-chunk-theme#post-1259670</link>
			<pubDate>Wed, 08 May 2013 14:12:28 +0000</pubDate>
			<dc:creator>thehuedawg</dc:creator>
			<guid isPermaLink="false">1259670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I was wondering if there is a way to create a sidebar for the Chunk theme. I don't like making readers scroll all the way to the bottom to search, follow, etc. I have CSS customization, just still figuring out how it works! Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Customizing CSS Chunk Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css-chunk-theme#post-1258600</link>
			<pubDate>Tue, 07 May 2013 15:50:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258600@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the shading behind the tagline in the Chunk theme, add this to your Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel:</p>
<pre><code>#site-description {
	background: none;
	background-image: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Customizing CSS Chunk Theme"</title>
			<link>http://en.forums.wordpress.com/topic/customizing-css-chunk-theme#post-1258596</link>
			<pubDate>Tue, 07 May 2013 15:47:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258596@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the gradient from the top of the Chunk theme if you have not used custom colors:</p>
<pre><code>body {
	background-image: none;
}</code></pre>
<p>To remove the gradient from the top of the Chunk theme if you have used custom colors:</p>
<pre><code>#container {
	background-image: none;
}</code></pre>
]]></description>
					</item>

	</channel>
</rss>
