<?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: Propulsion Main menu, Social Media icons, divider flag</title>
		<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag</link>
		<description>Support Forum - Topic: Propulsion Main menu, Social Media icons, divider flag</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:20:59 +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/propulsion-main-menu-social-media-icons-divider-flag" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Propulsion Main menu, Social Media icons, divider flag"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag#post-82300</link>
			<pubDate>Mon, 05 Nov 2012 14:43:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82300@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Pixelist,&#60;/p&#62;
&#60;p&#62;It looks like the menu is properly scaling to the browser width now. &#60;/p&#62;
&#60;p&#62;For the images, they will scale if the container they are inside scales down. Right now, they just wrap to the next line and nothing is forcing them smaller.&#60;/p&#62;
&#60;p&#62;So you could add a new container div to them and then use media queries to shrink them based on the users screen size or just have them removed for mobile since shrinking them would make it pretty hard to read. IE, something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) { #top .header-ads{display:none; } }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where header-ads is the new div class you'll wrap the images inside.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Propulsion Main menu, Social Media icons, divider flag"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag#post-82127</link>
			<pubDate>Sat, 03 Nov 2012 20:10:42 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">82127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;Thanks for your reply&#60;/p&#62;
&#60;p&#62;The strip i was referring to was the rounded block of  colour behind the menu, I've managed to get it to extend to the full width of the site. Only thing is It doesn't reduce on tablet 800 x 600  size so it extends past the right hand side of the site. How can i target this in the css?&#60;/p&#62;
&#60;p&#62;Also what makes the images reduce? ie the images to the right of the logo don't currently reduce That's fine for tablets but they remain the same size on mobile - can I set their size with css3 somewhere?&#60;/p&#62;
&#60;p&#62;regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Propulsion Main menu, Social Media icons, divider flag"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag#post-82057</link>
			<pubDate>Sat, 03 Nov 2012 03:01:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pixelist,&#60;/p&#62;
&#60;p&#62;This code on your Quick CSS is responsible for the background color of your menu:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
    top: 20px;
    background: red;
    height: 20px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
from(#f50019), to(#a10013));
background-image: -webkit-linear-gradient(top, #f50019, #a10013);
background-image: -moz-linear-gradient(top, #f50019, #a10013);
background-image: -ms-linear-gradient(top, #f50019, #a10013);
background-image: -o-linear-gradient(top, #f50019, #a10013);
background-image: linear-gradient(top, #f50019, #a10013);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 2px 5px 0px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 5px 0px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 0px 5px 5px rgba(0, 0, 0, 0.2);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm also not sure what you mean by strip? The propulsion theme by default doesn't have any background at all on its menu.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Propulsion Main menu, Social Media icons, divider flag"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag#post-81948</link>
			<pubDate>Fri, 02 Nov 2012 12:00:52 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">81948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael&#60;/p&#62;
&#60;p&#62;It has worked, but it's turned the dropdown menu background to red as well - is it possible to to leave this as it was (default colour) and just the strip behind the menu in red?&#60;/p&#62;
&#60;p&#62;Also how do I get the strip to extend to the right edge of the site?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://aclgroup.co.uk/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://aclgroup.co.uk/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Propulsion Main menu, Social Media icons, divider flag"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag#post-81885</link>
			<pubDate>Fri, 02 Nov 2012 00:58:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81885@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can do the following&#60;/p&#62;
&#60;p&#62;1.) To create a background color on the menus you can add this code on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#menu-main-menu li {
background: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) If you want to take out transparency of the social icons, you need to edit the icons directly which are located on propulsion/images/layout folder.&#60;/p&#62;
&#60;p&#62;3.) To change the diamond on the flag, just make the color same with the background color&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.flag-diamond.site-background {
background: red!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Propulsion Main menu, Social Media icons, divider flag"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-main-menu-social-media-icons-divider-flag#post-81847</link>
			<pubDate>Thu, 01 Nov 2012 18:52:44 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">81847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
Firstly I want to just thank you guys for responding to my previous questions - your support is better than BT's they could learn a thing or two from your company. I hopefully, only have a few more questions. &#60;/p&#62;
&#60;p&#62;Is there a way to:-&#60;/p&#62;
&#60;p&#62;1. Put a single or seperate block or band of colour behind the main menu items.&#60;/p&#62;
&#60;p&#62;2. Take the transparency off the social media buttons.&#60;/p&#62;
&#60;p&#62;3. Change the colour of the white block that sits to the right behind the flag divider rule  (so it doesn't show up if I change the content background colour).&#60;/p&#62;
&#60;p&#62;regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
