<?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: Moving a horizontal line below social icons</title>
		<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons</link>
		<description>Support Forum - Topic: Moving a horizontal line below social icons</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 16:00:22 +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/moving-a-horizontal-line-below-social-icons" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7688</link>
			<pubDate>Tue, 26 Oct 2010 05:59:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7637</link>
			<pubDate>Mon, 25 Oct 2010 15:28:24 +0000</pubDate>
			<dc:creator>Martin</dc:creator>
			<guid isPermaLink="false">7637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks that solved it!&#60;/p&#62;
&#60;p&#62;I highly appreciate the help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7633</link>
			<pubDate>Mon, 25 Oct 2010 15:10:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to play with the padding value, you can also add a margin value. I.e use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #social_icons ul {
clear:both;
float:left;
padding:10px 0 0 0;
width:100%;
margin: -20px 0 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The syntax goes: margin/padding: top right bottom left.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7620</link>
			<pubDate>Mon, 25 Oct 2010 14:01:31 +0000</pubDate>
			<dc:creator>Martin</dc:creator>
			<guid isPermaLink="false">7620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! The horizontal line is now above the icons. Is there a way to get the horizontal line beneath the icons a bit closer to those icons and have everything a bit closer to the post. So there is less of a gap between post and line and icons and line?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7616</link>
			<pubDate>Mon, 25 Oct 2010 13:40:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to change following code in style1.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #social_icons ul{
border-top:none;
border-bottom:1px solid #e1e1e1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #social_icons ul{
border-top:1px solid #e1e1e1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in style.css change&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #social_icons ul {
clear:both;
float:left;
padding:0 0 10px;
width:100%;
margin:0 0 40px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #social_icons ul {
clear:both;
float:left;
padding:10px 0;
width:100%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Martin on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7611</link>
			<pubDate>Mon, 25 Oct 2010 12:51:16 +0000</pubDate>
			<dc:creator>Martin</dc:creator>
			<guid isPermaLink="false">7611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oops that wasn't a direct link was it:-o.&#60;/p&#62;
&#60;p&#62;Here is the direct link&#60;br /&#62;
&#60;a href=&#34;http://www.albruna.nl/test/?p=8&#34; rel=&#34;nofollow&#34;&#62;http://www.albruna.nl/test/?p=8&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7593</link>
			<pubDate>Mon, 25 Oct 2010 12:00:16 +0000</pubDate>
			<dc:creator>Martin</dc:creator>
			<guid isPermaLink="false">7593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure here you go&#60;br /&#62;
&#60;a href=&#34;http://www.albruna.nl/test/&#34; rel=&#34;nofollow&#34;&#62;http://www.albruna.nl/test/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7266</link>
			<pubDate>Thu, 21 Oct 2010 15:40:16 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">7266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Can you post a direct link to a page having this issue and I'll look into it :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin on "Moving a horizontal line below social icons"</title>
			<link>http://www.kriesi.at/support/topic/moving-a-horizontal-line-below-social-icons#post-7083</link>
			<pubDate>Tue, 19 Oct 2010 13:15:27 +0000</pubDate>
			<dc:creator>Martin</dc:creator>
			<guid isPermaLink="false">7083@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;In this theme the social icons in a post are beneath the author information. I have moved the above this information so they are &#34;directly&#34; beneath the post. However I am having a small problem with the space between the bottom of the post and the icons and a horizontal line. &#60;/p&#62;
&#60;p&#62;I have now this structure:&#60;/p&#62;
&#60;p&#62;Post&#60;/p&#62;
&#60;p&#62;Social icons&#60;br /&#62;
horizontal line&#60;br /&#62;
horizontal line&#60;br /&#62;
author information&#60;/p&#62;
&#60;p&#62;What i want to achieve is:&#60;/p&#62;
&#60;p&#62;Post&#60;br /&#62;
horizontal line&#60;br /&#62;
social icons&#60;br /&#62;
horizontal line&#60;br /&#62;
author information&#60;/p&#62;
&#60;p&#62;So one of the horizontal lines needs to be moved above the icons and the space between the end of the post, line and icons need to be reduced somewhat.&#60;/p&#62;
&#60;p&#62;Any clues on how to get this done?&#60;/p&#62;
&#60;p&#62;I have tried to move the social icons div in between the closing div for the -end entry_content- and the closing div for the -end entry-. This does solve the space issue however also places a smal horizontal line beneath the icons.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
