<?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: Change spacing/padding between sidebar widgets?</title>
		<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets</link>
		<description>Support Forum - Topic: Change spacing/padding between sidebar widgets?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 04:57:23 +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/change-spacingpadding-between-sidebar-widgets" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65902</link>
			<pubDate>Mon, 16 Jul 2012 17:10:24 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">65902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for helping out rumblefish!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65893</link>
			<pubDate>Mon, 16 Jul 2012 16:57:19 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">65893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I scanned your widget code with firebug, it only showed css styling commands from inside some plugin css. I thought those were conflicting with what you were doing, but since you took out the commands anyway, it wasn't the case.&#60;/p&#62;
&#60;p&#62;The easiest way to edit the custom.css file is to connect to your server with an ftp program and download the file. Change it with a text editor and then upload it again to replace the original one.&#60;/p&#62;
&#60;p&#62;Glad you got it working anyway :O)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65852</link>
			<pubDate>Mon, 16 Jul 2012 13:22:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi demozeno,&#60;/p&#62;
&#60;p&#62;You could just have the styles/codes removed in custom.css instead of deleting the file. Anyways, glad that you have fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65845</link>
			<pubDate>Mon, 16 Jul 2012 13:05:11 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">65845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI and thanks for the advice.&#60;/p&#62;
&#60;p&#62;After the code failed to work I deleted it from the custom.css file, which is why you couldn't find it. Still, this is the first time I've tried to customise css in the custom.css file - previously I've made all my css changes in the quick css editor - so I have no idea what you mean when you describe 'a load of css commands inside some odd plugins', or how this happened. Is this something I need to rectify - and how do I do this?&#60;/p&#62;
&#60;p&#62;However, the good news is that I tried a negative spacing value - of -32px - and this works perfectly! I put the code in the css quick edit section.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65626</link>
			<pubDate>Sun, 15 Jul 2012 06:14:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65626@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@rumblefish: thanks for helping again. :)&#60;br /&#62;
@demozeno: kindly follow rumblefish's instructions. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65608</link>
			<pubDate>Sat, 14 Jul 2012 20:31:20 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">65608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't see the code in your custom.css file. All I see is a load of css commands inside some odd plugins. Are you sure you uploaded the new custom.css file correctly into your theme files? If you change it using a control panel, remember to save the altered file.&#60;/p&#62;
&#60;p&#62;If you have conflicting css priorities because of the plugins, you might want to try putting something like:&#60;/p&#62;
&#60;p&#62;.sidebar .widget {&#60;br /&#62;
margin-bottom: 50px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;so that the new command has priority.&#60;/p&#62;
&#60;p&#62;You can use negative spacing values too if you really want to close up the spacing, ie -20px
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65591</link>
			<pubDate>Sat, 14 Jul 2012 14:21:45 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">65591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I inserted the following code:&#60;/p&#62;
&#60;p&#62;.sidebar .widget {&#60;br /&#62;
margin-bottom: 50px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;into my custom. css file but, unfortunately, to no effect.&#60;/p&#62;
&#60;p&#62;What I'm trying to do is narrow the spaces between ads, so changed the px to 5 and 0, and still nothing. I tried inserting the code into Quick CSS and nothing doing here either.&#60;/p&#62;
&#60;p&#62;Just to be clear, I located the custom.css file using my host's FTP file manager. I went wp-content&#38;gt;themes&#38;gt;shoutbox&#38;gt;css&#38;gt;custom css. And put the code in the custom.css file. Is this the right process?&#60;/p&#62;
&#60;p&#62;What am I doing wrong here? Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65418</link>
			<pubDate>Fri, 13 Jul 2012 11:35:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65418@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey rumblefish,&#60;/p&#62;
&#60;p&#62;Thanks for helping out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65396</link>
			<pubDate>Fri, 13 Jul 2012 09:03:53 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">65396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to put the open parenthesis&#60;/p&#62;
&#60;p&#62;{&#60;/p&#62;
&#60;p&#62;after&#60;/p&#62;
&#60;p&#62;.sidebar .widget&#60;/p&#62;
&#60;p&#62; not before it.&#60;/p&#62;
&#60;p&#62;Put the code in your custom.css file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65328</link>
			<pubDate>Thu, 12 Jul 2012 23:48:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Sorry for that, here's the code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget {
margin-bottom: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-65221</link>
			<pubDate>Thu, 12 Jul 2012 16:27:53 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">65221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Ismael&#60;/p&#62;
&#60;p&#62;There is no code in your reply. At least, I can't see anything. Can you post it again. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-64842</link>
			<pubDate>Tue, 10 Jul 2012 20:18:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Try to apply the following code on your custom.css&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Change spacing/padding between sidebar widgets?"</title>
			<link>http://www.kriesi.at/support/topic/change-spacingpadding-between-sidebar-widgets#post-64825</link>
			<pubDate>Tue, 10 Jul 2012 19:43:10 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">64825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm trying to change the spacing/padding between the adverts in the sidebar of my blog – &#60;a href=&#34;http://golovegreece.com/&#34; rel=&#34;nofollow&#34;&#62;http://golovegreece.com/&#60;/a&#62;. Currently, the spacing/padding is too wide. I think I've found the CSS code using Web Inspector. It gives me the following:&#60;/p&#62;
&#60;p&#62;{&#60;br /&#62;
.sidebar .widget&#60;br /&#62;
float: left;&#60;br /&#62;
margin-bottom: 20px;&#60;br /&#62;
overflow: visible;&#60;br /&#62;
padding: 20px;&#60;br /&#62;
width: 260px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;In Web Inspector, when I turn off margin-bottom and padding it gives me the effect I'm after, which is to squeeze the ads together.&#60;/p&#62;
&#60;p&#62;In the Quick CSS editor, I put in the following code&#60;/p&#62;
&#60;p&#62;{&#60;br /&#62;
.sidebar .widget&#60;br /&#62;
float: left;&#60;br /&#62;
margin-bottom: 20px;&#60;br /&#62;
overflow: visible;&#60;br /&#62;
padding: 20px;&#60;br /&#62;
width: 260px;&#60;br /&#62;
margin-bottom: 0px;&#60;br /&#62;
padding: 0px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;But it doesn't take effect on the page.&#60;/p&#62;
&#60;p&#62;What am I doing wrong here? Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
