<?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: Margin around pictures</title>
		<link>http://www.kriesi.at/support/topic/margin-around-pictures</link>
		<description>Support Forum - Topic: Margin around pictures</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 10:20:19 +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/margin-around-pictures" rel="self" type="application/rss+xml" />

		<item>
			<title>Icarox on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88778</link>
			<pubDate>Tue, 18 Dec 2012 13:04:49 +0000</pubDate>
			<dc:creator>Icarox</dc:creator>
			<guid isPermaLink="false">88778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oks!!!! It works perfectly!!! &#60;/p&#62;
&#60;p&#62;Thanks a lot.&#60;/p&#62;
&#60;p&#62;Rgds,&#60;/p&#62;
&#60;p&#62;Icarox.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88734</link>
			<pubDate>Tue, 18 Dec 2012 08:48:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Icarox,&#60;/p&#62;
&#60;p&#62;Try using this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.template-shop .images a,
.thumbnail_container {
   background: 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>Icarox on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88650</link>
			<pubDate>Mon, 17 Dec 2012 19:20:15 +0000</pubDate>
			<dc:creator>Icarox</dc:creator>
			<guid isPermaLink="false">88650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Right now I'm working in localhost, so I get everything fixed before release. &#60;/p&#62;
&#60;p&#62;What I need it to disappear the light grey marging around the image (&#34;Avène image&#34;) and get it like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cuidatez.com/Screenshot4.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.cuidatez.com/Screenshot4.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I even tried to figure it out in the style.css, changing the grey color to white, but I didn't find it ... :(&#60;/p&#62;
&#60;p&#62;Rgds,&#60;/p&#62;
&#60;p&#62;Icarox.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88643</link>
			<pubDate>Mon, 17 Dec 2012 18:56:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Icarox,&#60;/p&#62;
&#60;p&#62;I see what you mean now. However, the best thing to do to get rid of them is to just use larger images. The white space is there because the images are not big enough to fill the space.&#60;/p&#62;
&#60;p&#62;If you can make the page live so we can take a look, we can double check that this is the best route to take.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Icarox on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88553</link>
			<pubDate>Mon, 17 Dec 2012 09:05:58 +0000</pubDate>
			<dc:creator>Icarox</dc:creator>
			<guid isPermaLink="false">88553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I added that and didn't work :(&#60;/p&#62;
&#60;p&#62;Adding this:&#60;/p&#62;
&#60;p&#62;.thumbnail_container {&#60;br /&#62;
padding: 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I can remove the ones inside the &#34;Related Products&#34; secction. Here is the result:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.cuidatez.com/Screenshot2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.cuidatez.com/Screenshot2.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I added:&#60;/p&#62;
&#60;p&#62;#top div.product div.images div.thumbnails a {&#60;br /&#62;
border: none;&#60;br /&#62;
}&#60;br /&#62;
.thumbnail_container {&#60;br /&#62;
padding: 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to the custom.css file.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88518</link>
			<pubDate>Sun, 16 Dec 2012 23:47:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top div.product div.images div.thumbnails a {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Icarox on "Margin around pictures"</title>
			<link>http://www.kriesi.at/support/topic/margin-around-pictures#post-88491</link>
			<pubDate>Sun, 16 Dec 2012 18:32:33 +0000</pubDate>
			<dc:creator>Icarox</dc:creator>
			<guid isPermaLink="false">88491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to remove or set in white color the margin which is surrounding the product picture in the Product Description page.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
