<?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: Borders around Portfolio Preview Images?</title>
		<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images</link>
		<description>Support Forum - Topic: Borders around Portfolio Preview Images?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 06:26:36 +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/borders-around-portfolio-preview-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47745</link>
			<pubDate>Thu, 22 Mar 2012 14:02:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47745@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nevermind. I added the border around the image which would breakthe layout if the surrounding container is as big as the image itself. Your solution adds it to the container itself (eventually the same result but another approach :D ).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47732</link>
			<pubDate>Thu, 22 Mar 2012 13:12:26 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks!!! &#60;/p&#62;
&#60;p&#62;That worked perfectly.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47726</link>
			<pubDate>Thu, 22 Mar 2012 12:34:11 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">47726@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As it is now, really the only option I can think of to make this look good is replacing your custom.css code regarding the portfolio, this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_image{
border: 1px solid #000;
}

.portfolio_image img{
width: 195px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; by this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_image{
border: 1px solid #000;
width:198px;
}
.portfolio_image img{
width: 198px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Making the .portfolio_image 198px wide will allow a 1px border, making the total 200px, as set by the surrounding div. It seems to work for me so I'm not sure what Peter means. Am I missing something?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47714</link>
			<pubDate>Thu, 22 Mar 2012 11:28:37 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;got almost everything back.I don't think it was a cache issue. I had to delete and upload the custom.css file and make and changes. Weird! &#60;/p&#62;
&#60;p&#62;Tried the code, even by making the image size width = 195px the right border is still missing. Just having this issue with the &#34;portfolio&#34;, all other borders are working fine.&#60;/p&#62;
&#60;p&#62;You can visit the site and still see the right border missing.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47710</link>
			<pubDate>Thu, 22 Mar 2012 11:16:46 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;for some reason the custom.css file is not being read completely. I have been able to recover much of the site but still some issues. It tried  the code change but it does not seem to to getting implemented nothing is changing.&#60;/p&#62;
&#60;p&#62;Tried clearing the cache will try again and get back to you with an answer.&#60;/p&#62;
&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47694</link>
			<pubDate>Thu, 22 Mar 2012 10:23:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe it's a browser cache issue. Please try to clear it. I corrected Chris code a bit (the .portfolio_image class is attached to the surrounding container and a width of 198 would break the right border).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47690</link>
			<pubDate>Thu, 22 Mar 2012 10:15:21 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Now my custom css file is not attaching properly!!!&#60;/p&#62;
&#60;p&#62;The complete site is not working properly.&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47682</link>
			<pubDate>Thu, 22 Mar 2012 09:27:04 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">47682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Hi! &#60;/p&#62;
&#60;p&#62; try adding this to your custom.css instead of all of the above:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_image{
border: 1px solid #000;
}

.portfolio_image img{
width: 198px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Chris &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47672</link>
			<pubDate>Thu, 22 Mar 2012 08:53:46 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;This gets me a border around the preview image except for the right side.&#60;/p&#62;
&#60;p&#62;.portfolio_image{&#60;br /&#62;
border: 1px solid #000;&#60;br /&#62;
width: 201px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;This gets me a border around all sides including the image title but all the preview images become unaligned. It forces the third image to the next row.&#60;br /&#62;
.template-portfolio-overview .innerAjax .post-entry {&#60;br /&#62;
    margin: 0 0 0 29px;&#60;br /&#62;
    width: 201px;&#60;br /&#62;
   border: 1px solid #000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It tried different parameters and can't seam to get a right border!&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47652</link>
			<pubDate>Thu, 22 Mar 2012 06:41:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_image img{
border: 1px solid #000;
}

.template-portfolio-overview .innerAjax .post-entry {
    margin: 0 0 0 29px;
    width: 201px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47638</link>
			<pubDate>Thu, 22 Mar 2012 02:05:00 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply...here is the link. This is a &#34;standard&#34; Flashlight portfolio page. Hope this helps.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://joeligammari.com/portfolio&#34; rel=&#34;nofollow&#34;&#62;http://joeligammari.com/portfolio&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am very pleased with the Flashlight theme and support!&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47575</link>
			<pubDate>Wed, 21 Mar 2012 22:01:21 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;Since there are a lot of different gallery options: which one do you mean?&#60;br /&#62;
Do you have a link to the portfolio page? that would make it easier for us to tell you were to add a border in your css file
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeLamari on "Borders around Portfolio Preview Images?"</title>
			<link>http://www.kriesi.at/support/topic/borders-around-portfolio-preview-images#post-47532</link>
			<pubDate>Wed, 21 Mar 2012 19:25:35 +0000</pubDate>
			<dc:creator>JoeLamari</dc:creator>
			<guid isPermaLink="false">47532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I put a thin (1px black) border around the portfolio preview images? &#60;/p&#62;
&#60;p&#62;Thanks Joe
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
