<?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: 5 columns portfolio</title>
		<link>http://www.kriesi.at/support/topic/5-columns-portfolio</link>
		<description>Support Forum - Topic: 5 columns portfolio</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 02:33:55 +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/5-columns-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-75617</link>
			<pubDate>Wed, 12 Sep 2012 18:53:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That is the trade off for forcing the addition of another column. The css rule:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;ajax_portfolio.one_fourth {
   width: 20% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Says that the one_fourth item should always be 20% width no matter what. So when the media query gets to the mobile size it is still being told to stay at 20% width instead of growing to fill the entire column.&#60;/p&#62;
&#60;p&#62;You could potentially apply the same thing that was done with the footer to the portfolio and add in a new case for it in includes&#38;gt;loop-portfolio.php but there would be some deeper css customization needed to then change the theme to be responsive as well.&#60;/p&#62;
&#60;p&#62;At that point however we can't really provide all the needed changes since it starts to get pretty time consuming to add everything in completely. If you aren't comfortable going that route alone, it should only take a freelance web developer 2 hours or so to implement.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-75614</link>
			<pubDate>Wed, 12 Sep 2012 18:29:58 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">75614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;we've testet chrome, ff15, safari. &#60;/p&#62;
&#60;p&#62;just compare the portfolio behaviour with the one of the original theme.&#60;/p&#62;
&#60;p&#62;the theme normaly stacks the portfolio items, when reaching the phone media query.&#60;/p&#62;
&#60;p&#62;but with the replaced code this stacking isn't working anymore.&#60;/p&#62;
&#60;p&#62;if your not familiar with isotope funktion – maybe kriesi himsel can provide a fix.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-75612</link>
			<pubDate>Wed, 12 Sep 2012 18:06:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What browser are you not seeing the responsive layout work? I've tested in Firefox, Chrome and IE9. If you are referring to the footer, once you get down to the mobile views it no longer spans multiple columns but instead will turn into a single column and each widget area goes one after the other.&#60;/p&#62;
&#60;p&#62;As for the loading, I'm not aware of a way to fix that easily as I'm not familiar with the details of the isotope function.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-75610</link>
			<pubDate>Wed, 12 Sep 2012 17:32:44 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">75610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, devin&#60;/p&#62;
&#60;p&#62;i don't see the portfolio problem solved. &#60;/p&#62;
&#60;p&#62;the portfolio loads as a 4-column portfolio, at the end the 5th item jumps up. and it is not responsive.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-75589</link>
			<pubDate>Wed, 12 Sep 2012 16:17:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dmc vi,&#60;/p&#62;
&#60;p&#62;When I viewed the site I didn't see any issues with the portfolio so I thought it was solved.&#60;/p&#62;
&#60;p&#62;I see now that you asked for a different request for the footer. You can do basically the same thing for the footer that you did with the portfolio by adding the option for the admin in register-admin-options.php and changing:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;footer&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Footer Columns&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;How many colmns should be diplayed in your footer&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;footer_columns&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;4&#38;quot;,
					&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;1&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,&#38;#39;2&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,&#38;#39;3&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,&#38;#39;4&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,&#38;#39;5&#38;#39;=&#38;gt;&#38;#39;5&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;footer&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Footer Columns&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;How many colmns should be diplayed in your footer&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;footer_columns&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;4&#38;quot;,
					&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;1&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,&#38;#39;2&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,&#38;#39;3&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,&#38;#39;4&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,&#38;#39;5&#38;#39;=&#38;gt;&#38;#39;5&#38;#39;,&#38;#39;6&#38;#39;=&#38;gt;&#38;#39;6&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then in your footer.php changing:&#60;br /&#62;
&#60;code&#62;case 5: $class = &#38;#39;one_fifth&#38;#39;; break;&#60;/code&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case 5: $class = &#38;#39;one_fifth&#38;#39;; break;
case 6: $class = &#38;#39;one_sixth&#38;#39;; break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-75457</link>
			<pubDate>Tue, 11 Sep 2012 19:19:01 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">75457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, devin,&#60;/p&#62;
&#60;p&#62;have you received my mail according to the angular 6-row portfolio, sent to you four days ago? maybe you can confirm the receipt. &#60;/p&#62;
&#60;p&#62;regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-74385</link>
			<pubDate>Tue, 04 Sep 2012 19:46:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dmc vi,&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-73942</link>
			<pubDate>Sat, 01 Sep 2012 12:59:47 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">73942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry for the delay. yes, i can provide a link. but the site is secured via htaccess. how can i submit a link and htaccess-login nonopenly?&#60;/p&#62;
&#60;p&#62;we have managed to setup a 5-column-portfolio. though when loading, it starts as a 4-column, at least the fifth portfolio item jumps up in line. and it does not work as a responsive layout anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-70599</link>
			<pubDate>Sat, 11 Aug 2012 15:20:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you post a link please? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-70531</link>
			<pubDate>Fri, 10 Aug 2012 21:26:51 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">70531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;unfortunately tis does work out. instead of 6 columns side by side, i have one column left with all widgets, one below the other …
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69524</link>
			<pubDate>Mon, 06 Aug 2012 05:43:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In angular\includes\admin\register-admin-options.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;footer&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Footer Columns&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;How many colmns should be diplayed in your footer&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;footer_columns&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;4&#38;quot;,
					&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;1&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,&#38;#39;2&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,&#38;#39;3&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,&#38;#39;4&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,&#38;#39;5&#38;#39;=&#38;gt;&#38;#39;5&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_elements[] =	array(
					&#38;quot;slug&#38;quot;	=&#38;gt; &#38;quot;footer&#38;quot;,
					&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Footer Columns&#38;quot;,
					&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;How many colmns should be diplayed in your footer&#38;quot;,
					&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;footer_columns&#38;quot;,
					&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
					&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;4&#38;quot;,
					&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;1&#38;#39;=&#38;gt;&#38;#39;1&#38;#39;,&#38;#39;2&#38;#39;=&#38;gt;&#38;#39;2&#38;#39;,&#38;#39;3&#38;#39;=&#38;gt;&#38;#39;3&#38;#39;,&#38;#39;4&#38;#39;=&#38;gt;&#38;#39;4&#38;#39;,&#38;#39;5&#38;#39;=&#38;gt;&#38;#39;5&#38;#39;,&#38;#39;6&#38;#39;=&#38;gt;&#38;#39;6&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards select the 6 column option in the option panel and open up footer.php - replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case 5: $class = &#38;#39;one_fifth&#38;#39;; break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case 5: $class = &#38;#39;one_fifth&#38;#39;; break;
case 6: $class = &#38;#39;one_sixth&#38;#39;; break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add following code to css/custom.css custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;div .one_sixth {
    float: left;
    margin-left: 4%;
    overflow: hidden;
    position: relative;
    width: 16.66%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69510</link>
			<pubDate>Mon, 06 Aug 2012 04:21:54 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">69510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;what we need too, is a 6 column-footer-area. how this can be done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69508</link>
			<pubDate>Mon, 06 Aug 2012 04:17:25 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">69508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, ismael, off course i did changed percentage down to 16.6 before. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69381</link>
			<pubDate>Sun, 05 Aug 2012 02:21:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dmc vi,&#60;/p&#62;
&#60;p&#62;I am assuming that instead of 5, you want to make it 6 columns. You still need to set up your portfolio to 4 columns and replace this code in your Quick CSS: (5 columns):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_portfolio.one_fourth {
   width: 20%!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code: (6 columns)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_portfolio.one_fourth {
   width: 16.66% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;we just divide 100% by 6. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69317</link>
			<pubDate>Sat, 04 Aug 2012 07:57:28 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">69317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;this will take 'til next week. it is now hostet via mamp on my local computer. (in the meanwhile i can provide some screenshots).&#60;/p&#62;
&#60;p&#62;what we need too, is a 6 column-footer-area. how this can be done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69177</link>
			<pubDate>Fri, 03 Aug 2012 06:40:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi DMC01Wien,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can check it further. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69167</link>
			<pubDate>Fri, 03 Aug 2012 05:05:06 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">69167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;[edit] but this workaround not really responsive anymore. my portfolio items stay strictly arranged as 6 column grid, even within a smartphone breakpoint.&#60;/p&#62;
&#60;p&#62;how can we get it responsive again?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69166</link>
			<pubDate>Fri, 03 Aug 2012 04:58:53 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">69166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you, ismael. the four-column-hint helped working it out :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69117</link>
			<pubDate>Fri, 03 Aug 2012 00:21:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;That's weird, in my end it works, please try to remove cache and reload the page. &#60;/p&#62;
&#60;p&#62;Note: You need your portfolio setup with 4 columns.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmc vi on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-69101</link>
			<pubDate>Thu, 02 Aug 2012 22:42:33 +0000</pubDate>
			<dc:creator>dmc vi</dc:creator>
			<guid isPermaLink="false">69101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;also looking for the possibility of a 5- and 6-column-portfolio.&#60;/p&#62;
&#60;p&#62;the postet code show no change, ismael.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-68932</link>
			<pubDate>Thu, 02 Aug 2012 10:19:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HEPA,&#60;/p&#62;
&#60;p&#62;Try to change the above code with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_portfolio.one_fourth {
width: 20%!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>HEPA on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-68925</link>
			<pubDate>Thu, 02 Aug 2012 09:30:25 +0000</pubDate>
			<dc:creator>HEPA</dc:creator>
			<guid isPermaLink="false">68925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael,&#60;/p&#62;
&#60;p&#62;I have tried to add the code provided, but nothing changes...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-68849</link>
			<pubDate>Thu, 02 Aug 2012 02:47:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I think a simple css solution could work. Try this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.ajax_portfolio.one_fourth {
width: 20%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HEPA on "5 columns portfolio"</title>
			<link>http://www.kriesi.at/support/topic/5-columns-portfolio#post-68648</link>
			<pubDate>Wed, 01 Aug 2012 09:43:50 +0000</pubDate>
			<dc:creator>HEPA</dc:creator>
			<guid isPermaLink="false">68648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to have a 5 columns portfolio, but the options only give me a maximum of 4 columns.&#60;br /&#62;
Would it be possible to achieve that?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
