<?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: Removing Related Entries from single Portfolio Item page</title>
		<link>http://www.kriesi.at/support/topic/removing-related-entries-from-single-portfolio-item-page</link>
		<description>Support Forum - Topic: Removing Related Entries from single Portfolio Item page</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 16:39:13 +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/removing-related-entries-from-single-portfolio-item-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Removing Related Entries from single Portfolio Item page"</title>
			<link>http://www.kriesi.at/support/topic/removing-related-entries-from-single-portfolio-item-page#post-75393</link>
			<pubDate>Tue, 11 Sep 2012 08:30:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cathe,&#60;/p&#62;
&#60;p&#62;Try to add this code for the pagination:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .post_nav {
   margin: 30px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .post_nav {
   margin: 30px 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will give 30px top and bottom.&#60;/p&#62;
&#60;p&#62;For the portfolio title, just add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .portfolio-single-post-title {
   font-size: 24px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .portfolio-single-post-title {
   font-size: 24px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the font-size value. The default is 30px. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Removing Related Entries from single Portfolio Item page"</title>
			<link>http://www.kriesi.at/support/topic/removing-related-entries-from-single-portfolio-item-page#post-75380</link>
			<pubDate>Tue, 11 Sep 2012 07:51:05 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">75380@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;P.S. While we're on the topic of the portfolio page, how do I decrease the size of the portfolio title? I looked through all the css and couldn't find the area to change it. Thanks, again! You've been great help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Removing Related Entries from single Portfolio Item page"</title>
			<link>http://www.kriesi.at/support/topic/removing-related-entries-from-single-portfolio-item-page#post-75376</link>
			<pubDate>Tue, 11 Sep 2012 07:42:02 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">75376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Ismael! It worked! However, now the portfolio pagination is off-balance. How do I adjust the padding of the pagination that is below the portfolio page? I'd like to add more padding to the bottom of it (perhaps 30 pixels) and to the top, too (30 pixels). Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Removing Related Entries from single Portfolio Item page"</title>
			<link>http://www.kriesi.at/support/topic/removing-related-entries-from-single-portfolio-item-page#post-75369</link>
			<pubDate>Tue, 11 Sep 2012 07:21:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tamtamdesigns,&#60;/p&#62;
&#60;p&#62;Try to add this code in Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .container &#38;gt; .hr.hr_flag, .single-portfolio .related-portfolio {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .container &#38;gt; .hr.hr_flag, .single-portfolio .related-portfolio {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tamtamdesigns on "Removing Related Entries from single Portfolio Item page"</title>
			<link>http://www.kriesi.at/support/topic/removing-related-entries-from-single-portfolio-item-page#post-75085</link>
			<pubDate>Sun, 09 Sep 2012 20:29:31 +0000</pubDate>
			<dc:creator>tamtamdesigns</dc:creator>
			<guid isPermaLink="false">75085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to remove the &#34;Related Entries&#34; section that appears below each portfolio page. How do I do this? Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
