<?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: responsive web design css - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/responsive-web-design-css</link>
		<description>Support Forum - Tag: responsive web design css - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 00:27:42 +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/responsive-web-design-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-87225</link>
			<pubDate>Sun, 09 Dec 2012 17:29:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HouseofStrauss,&#60;/p&#62;
&#60;p&#62;That's our job. :) Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-87219</link>
			<pubDate>Sun, 09 Dec 2012 17:03:21 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">87219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Whoa! amazingly simple and effective! Thank-you so much ... works perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-87170</link>
			<pubDate>Sun, 09 Dec 2012 10:42:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HouseofStrauss,&#60;/p&#62;
&#60;p&#62;You don't need to transfer any html, if you haven't made any customizations yet, then try to add this code on your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 960px) {
	#top #header .social_bookmarks {
		width: 280px;
		left: 770px !important;
		top: 80%;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the left value and top(the greater the value the more it is pushed on the bottom) value. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-87071</link>
			<pubDate>Sat, 08 Dec 2012 11:23:09 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">87071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to place the social icons in a similar way at the top of the sidebar. The conversation above seems to be incomplete in resolution, except for maybe to the asker outacontext.&#60;/p&#62;
&#60;p&#62;Can you please clarify:&#60;/p&#62;
&#60;p&#62;1- Which code should be transferred from the header to the sidebar.php?&#60;br /&#62;
2- What was the final CSS need to position these icons correctly?&#60;/p&#62;
&#60;p&#62;Many thanks for assistance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-62099</link>
			<pubDate>Tue, 26 Jun 2012 01:32:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62099@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;This might help you understand media queries a bit more. &#60;a href=&#34;http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&#34; rel=&#34;nofollow&#34;&#62;http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-62049</link>
			<pubDate>Mon, 25 Jun 2012 17:59:29 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">62049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I think I've solved the problem. The position of the social media icons seem to be controlled by this style, not the one above:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #sidebar_bg .social_bookmarks {right:107px; top: -16px; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I saw that in the css of the Sentence theme example as I watched the icons shift in that example. I made the changes to one size of the media queries area and I created a new media query for a size that seems to be missing in the media queries area:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 990px) and (max-width: 1139px)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This comes in between&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 768px) and (max-width: 989px)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 1140px)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there any reason this intermediate size wasn't in the layout.css?&#60;/p&#62;
&#60;p&#62;And one last question, so I'll be able to understand this a bit better. Why does this style work on a monitor that allows for the largest viewport:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #sidebar_bg .social_bookmarks{
			margin-top: 130px;
    			position: absolute;
    			right: 150px;
    			z-index: 152;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But doesn't work in reality when the positioning is adjusted in the media query tags for the smaller viewport sizes?  (even though it worked if I made adjustments to it in Firebug)? What was preventing it from working?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-61804</link>
			<pubDate>Fri, 22 Jun 2012 23:38:59 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">61804@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've encountered a problem. I did as you suggested and added the css above to my custom.css file. However, when I did, even though it sets the max-width up to 959px, adding this css placed the social media icons in that position for a larger screen. &#60;/p&#62;
&#60;p&#62;So, then I decided to add css for each media query size. Like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 959px) {}
                #top #sidebar_bg .social_bookmarks {
                margin-top: 110px;
                position: absolute;
                right: 110px;
                z-index: 152;
                }

@media only screen and (max-width: 757px) {}
                #top #sidebar_bg .social_bookmarks {
                margin-top: 30px;
                position: absolute;
                right: 20px;
                z-index: 152;
                }

@media only screen and (min-width: 1140px) {}
                #top #sidebar_bg .social_bookmarks{
				margin-top: 130px;
    			position: absolute;
    			right: 150px;
    			z-index: 152;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But that didn't work. The location of the icons seems to be ruled by the last media query css for all viewport sizes. &#60;/p&#62;
&#60;p&#62;Can you help me out here? Thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-61773</link>
			<pubDate>Fri, 22 Jun 2012 20:20:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 959px) {}
                #top #sidebar_bg .social_bookmarks {
                margin-top: 110px;
                position: absolute;
                right: 110px;
                z-index: 152;
                }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I didn't see anything referencing the social icons in your current media queries so I assumed you didn't know about them. The above, when placed in either your custom.css or even directly into the layout.css file can be adjusted to your needs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-61761</link>
			<pubDate>Fri, 22 Jun 2012 19:29:44 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">61761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Deven but I know already know that. I already tried putting in a css for repositioning the icons into the media queries area but it didn't work. That's when I contacted you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-61734</link>
			<pubDate>Fri, 22 Jun 2012 18:01:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">61734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi outtacontext,&#60;/p&#62;
&#60;p&#62;Open up your layout.css and search for:&#60;br /&#62;
&#60;code&#62;/* #Media Queries&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;These are the css rules that changes the css based on the screen size so you can add an adjustment here for the social icons.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>outtacontext on "Place Social Media Icons in Right Position"</title>
			<link>http://www.kriesi.at/support/topic/place-social-media-icons-in-right-position#post-61698</link>
			<pubDate>Fri, 22 Jun 2012 14:57:54 +0000</pubDate>
			<dc:creator>outtacontext</dc:creator>
			<guid isPermaLink="false">61698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I moved the social media icons from the header to the right sidebar. And I used this css to place them in the right position from the top of the page and from the right of the sidebar:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #sidebar_bg .social_bookmarks{
margin-top: 130px;
    position: absolute;
    right: 150px;
    z-index: 152;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course, it looks perfect when the browser is large. But as you reduce the size of the browser window the social media icons are in the wrong place (when you resize the window to the next smallest size). &#60;/p&#62;
&#60;p&#62;How can I fix this for this size? (If the window size is even smaller the icons are hidden, which is fine.)&#60;/p&#62;
&#60;p&#62;Also, in this situation, I want to move the menu items just a bit lower. How would I do that? Thanks.&#60;/p&#62;
&#60;p&#62;The URL of my site is &#60;a href=&#34;http://outtacontext.com/wp2&#34; rel=&#34;nofollow&#34;&#62;http://outtacontext.com/wp2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
