<?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 - Tag: fixed social media - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/fixed-social-media</link>
		<description>Support Forum - Tag: fixed social media - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 03:19:44 +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/tags/fixed-social-media" rel="self" type="application/rss+xml" />

		<item>
			<title>pwsanders on "Social Media Fix for Frontpage"</title>
			<link>http://www.kriesi.at/support/topic/social-media-fix-for-frontpage#post-97254</link>
			<pubDate>Mon, 18 Feb 2013 15:28:45 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">97254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks it worked perfectly!&#60;br /&#62;
Have an excellent day
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-97194</link>
			<pubDate>Mon, 18 Feb 2013 08:54:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pwsanders,&#60;/p&#62;
&#60;p&#62;I have answered that question in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/social-media-fix-for-frontpage&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/social-media-fix-for-frontpage&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social Media Fix for Frontpage"</title>
			<link>http://www.kriesi.at/support/topic/social-media-fix-for-frontpage#post-97188</link>
			<pubDate>Mon, 18 Feb 2013 08:30:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97188@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pwsanders,&#60;/p&#62;
&#60;p&#62;Try to replace this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks {
position: fixed;
top: 250px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks {
position: fixed;
top: 250px !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>pwsanders on "Social Media Fix for Frontpage"</title>
			<link>http://www.kriesi.at/support/topic/social-media-fix-for-frontpage#post-97081</link>
			<pubDate>Sat, 16 Feb 2013 22:15:20 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">97081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I used the following CSS to fix my social media buttons:&#60;br /&#62;
#top .social_bookmarks {&#60;br /&#62;
position: fixed;&#60;br /&#62;
top: 250px;&#60;br /&#62;
}.home .noLightbox.social_bookmarks.icon_count_5 {&#60;br /&#62;
top: 250px !important;&#60;br /&#62;
}&#60;br /&#62;
And it works on every page perfectly except for my frontpage(homepage). The buttons are fixed at the very bottom of the screen.&#60;br /&#62;
Here is a link to the page: &#60;a href=&#34;http://tailoredbystephenb.com/&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/&#60;/a&#62;&#60;br /&#62;
Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pwsanders on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-97055</link>
			<pubDate>Sat, 16 Feb 2013 18:19:56 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">97055@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I used the following CSS to fix my social media buttons:&#60;br /&#62;
#top .social_bookmarks {&#60;br /&#62;
position: fixed;&#60;br /&#62;
top: 250px;&#60;br /&#62;
}.home .noLightbox.social_bookmarks.icon_count_5 {&#60;br /&#62;
top: 250px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And it works on every page perfectly except for my frontpage(homepage). The buttons are fixed at the very bottom of the screen.&#60;br /&#62;
Here is a link to the page: &#60;a href=&#34;http://tailoredbystephenb.com/&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-95582</link>
			<pubDate>Thu, 07 Feb 2013 05:55:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can place this at the very bottom of your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home .noLightbox.social_bookmarks.icon_count_5 {
top: 250px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Issue with Fixed Social Media Buttons"</title>
			<link>http://www.kriesi.at/support/topic/issue-with-fixed-social-media-buttons#post-95546</link>
			<pubDate>Wed, 06 Feb 2013 23:34:16 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">95546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I found a bit of code to add to my custom CSS to &#34;fix&#34; the social media buttons on the right:&#60;/p&#62;
&#60;p&#62;#top .social_bookmarks {&#60;br /&#62;
position: fixed;&#60;br /&#62;
top: 250px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It works great for all my interior pages, but on the homepage, it's showing at the very bottom of the screen and several of the buttons get cut off.  This started happening when I switched my slider type to the big full width slider.  Any idea how to fix this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://squaresound.wpengine.com&#34; rel=&#34;nofollow&#34;&#62;http://squaresound.wpengine.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
