<?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: font - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/font</link>
		<description>Support Forum - Tag: font - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:14:43 +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/font" rel="self" type="application/rss+xml" />

		<item>
			<title>HammerbyGB on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-113384</link>
			<pubDate>Thu, 23 May 2013 20:29:25 +0000</pubDate>
			<dc:creator>HammerbyGB</dc:creator>
			<guid isPermaLink="false">113384@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah sorry about it, but this appeared when I was browsing Enfold´s sub forum, I don't know why.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-113094</link>
			<pubDate>Wed, 22 May 2013 22:24:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">113094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think you are confusing Enfold with Replete. Enfold has the glyphs while Replete has the icons. So. To add a new social media icon&#60;/p&#62;
&#60;p&#62;1) find your icon (google image search)&#60;/p&#62;
&#60;p&#62;2) Look in your theme /images/icon folder to find the current social media icons which are 42x84 pixels and.. well i made a mockup for you, not the best , but i am sure you can find something or spend a couple of minutes making it &#60;a href=&#34;http://i.imgur.com/rFS48mp.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/rFS48mp.png&#60;/a&#62;, just download this image and use it for now.&#60;/p&#62;
&#60;p&#62;2) upload the image/icon in Admin &#38;gt; Media &#38;gt; Add New. Make sure to copy the URL where the image you uploaded is located.&#60;/p&#62;
&#60;p&#62;3) open up /includes/admin/register-admin-options.php and find line 110 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;LinkedIn&#38;#39; 	=&#38;gt; &#38;#39;linkedin&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with these two lines&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;Instagram&#38;#39;  =&#38;gt; &#38;#39;instagram&#38;#39;,
&#38;#39;LinkedIn&#38;#39; 	=&#38;gt; &#38;#39;linkedin&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now add this css to /css/custom.css or to Replete &#38;gt; Theme Options &#38;gt; Styles .. the text area at the bottom of that page. Now from step 1 you should have the URL where you uploaded the image that looks like &#60;a href=&#34;http://www.your-domain.com/uploads/2013/4/23/instagram.png&#34; rel=&#34;nofollow&#34;&#62;http://www.your-domain.com/uploads/2013/4/23/instagram.png&#60;/a&#62; (somethinglike this),. paste it into the code below where it says ADD URL HERE&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks_instagram a{
background: transparent url(ADD URL HERE) center 0px no-repeat;
}
.social_bookmarks_instagram:hover a, body .social_bookmarks_instagram .css_3_hover {
background-position: center -43px;
background-color:#000000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Its quite easy. Please let us know how it went.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "**SLAB TEXT** Using a class in a text block"</title>
			<link>http://www.kriesi.at/support/topic/slab-text-using-a-class-in-a-text-block#post-113047</link>
			<pubDate>Wed, 22 May 2013 18:37:22 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">113047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It ok... I worked it out. I already knew it but it was playing me up and it was late.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "**SLAB TEXT** Using a class in a text block"</title>
			<link>http://www.kriesi.at/support/topic/slab-text-using-a-class-in-a-text-block#post-112961</link>
			<pubDate>Wed, 22 May 2013 14:20:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy,&#60;/p&#62;
&#60;p&#62;If you are having issues with writing and setting a class you will need to look into a freelance developer to get it set up for you. The basics are pretty straightforward but we aren't really able to do the continued support for customizations like that.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Custom Font"</title>
			<link>http://www.kriesi.at/support/topic/custom-font#post-112813</link>
			<pubDate>Wed, 22 May 2013 03:09:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">112813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You should try this plugin &#60;a href=&#34;http://wordpress.org/plugins/wp-font-face/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/plugins/wp-font-face/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HammerbyGB on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-112749</link>
			<pubDate>Tue, 21 May 2013 20:50:32 +0000</pubDate>
			<dc:creator>HammerbyGB</dc:creator>
			<guid isPermaLink="false">112749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello KaraN2my, AFAIK the icons are a custom font hardcoded into the theme. I want to add a custom icon too but I'd like for support to tell us what would be the best practice to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "**SLAB TEXT** Using a class in a text block"</title>
			<link>http://www.kriesi.at/support/topic/slab-text-using-a-class-in-a-text-block#post-112684</link>
			<pubDate>Tue, 21 May 2013 14:02:24 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;So I added Bebas Neue and got that working so I could change h6 to Bebas but as im only using it for 'BIG' slab text in a few pages I didnt want exclusivity to h6 especially as the theme uses. It was suggested I set up a class but thats where Ive come unstuck and where ive struggled to find tutorials I can understand. &#60;/p&#62;
&#60;p&#62;What are the 'steps' to creating a class and then calling it up in a basic text block within the Avia Layout Builder?&#60;/p&#62;
&#60;p&#62;Id like to use the words CREATIVE &#38;amp; DIVERSE, where its all 80px size but where 'CREATIVE' and '&#34;DIVERSE are grey but the letter '&#38;amp;' is in orange. However, the text actually has no spaces between the words so it reads... CREATIVE&#38;amp;DIVERSE. The tricky bit is then making sure that when its is reduced on a mobile device (responsive) that it either shrinks properly or wraps on multiple lines (centred).&#60;/p&#62;
&#60;p&#62;I get confused between spans, classes &#38;amp; divs so if someone can help me get started then id be grateful.&#60;/p&#62;
&#60;p&#62;P.s. I tried to use WP SLAB TEXT plugin but because it uses the structure of calling up a class and Im not writing it correctly I got stuck on that too. It also uses 'pipes' to split the text so advice all round please&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KaraN2my on "Adding Instagram Icon to Links"</title>
			<link>http://www.kriesi.at/support/topic/adding-instagram-icon-to-links#post-112621</link>
			<pubDate>Tue, 21 May 2013 09:42:21 +0000</pubDate>
			<dc:creator>KaraN2my</dc:creator>
			<guid isPermaLink="false">112621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I noticed that Instagram is not one of social media accounts that can be featured in the social media mini icon links at the right-hand side of the theme pages. (The ones that stay fixed to the right-hand side of the browser even if you scroll up/down the page). &#60;/p&#62;
&#60;p&#62;Is it possible to include the Instagram icon to these social media mini icons? How would this be done?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ocklein on "Custom Font"</title>
			<link>http://www.kriesi.at/support/topic/custom-font#post-112554</link>
			<pubDate>Mon, 20 May 2013 22:57:01 +0000</pubDate>
			<dc:creator>ocklein</dc:creator>
			<guid isPermaLink="false">112554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a custom font I would like to apply to my headers, could you recommend the best way to do that. &#60;/p&#62;
&#60;p&#62;I have a plugin that puts custom code into page headers and I'm trying to use Typekit, which uses an @fontface.&#60;br /&#62;
So with a Typekit in place I put my code in the header, and apply it to the H1 and H2 tag in the custom CSS, but no luck.&#60;/p&#62;
&#60;p&#62;I also tried a plugin called Use Any Font, but it seems to only work for Chrome.&#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-112231</link>
			<pubDate>Sun, 19 May 2013 17:15:06 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant... as always Nick.&#60;/p&#62;
&#60;p&#62;Big thanks. Ill give it go
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-112221</link>
			<pubDate>Sun, 19 May 2013 14:24:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112221@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;put them in a div and give each a class leaving h6&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h6 class=&#38;quot;slab-text&#38;quot;&#38;gt;Slab 1&#38;lt;/h6&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then use the last css I posted above, but change all...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h6 {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h6.slab-text {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-112050</link>
			<pubDate>Fri, 17 May 2013 20:08:46 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there,&#60;/p&#62;
&#60;p&#62;thanks for all the suggestions and yes im aware that I might be messing up something else by using h6 for my slab text. Other than not using slab text can you suggest one of the h tags thats not really used or another, safer way to get large slab text into my design. I dont want to ruin the aesthetic of this lovely theme. Im sure theres a better way without me having to carve up such code for what is essentially half a dozen big slabs of text. I had wondered if I just use a graphic but it seems a bit of a cop out&#60;/p&#62;
&#60;p&#62;I welcome suggestions&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Logo Padding, Mega Menu, &#38; Font?"</title>
			<link>http://www.kriesi.at/support/topic/logo-padding-mega-menu-font#post-111974</link>
			<pubDate>Fri, 17 May 2013 16:51:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mdlhale,&#60;/p&#62;
&#60;p&#62;You should never edit the css files from the theme directly, instead add your css to the Styling tabs Quick CSS field or in the theme files the blank custom.css file which is meant for your own custom css.&#60;/p&#62;
&#60;p&#62;For the logo, there isn't any padding that I can see that might correct what you are describing. The logo gets floated left with this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div .logo {
float: left;
position: absolute;
left: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So whatever size it is, its just float: left to be on the left size. If you wanted somethign different, an example showing the logo would help :)&#60;/p&#62;
&#60;p&#62;The font in the demo is:&#60;br /&#62;
&#60;code&#62;13px/1.65em &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;,Helvetica,Arial,sans-serif&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So, 13px HelveticaNeue.&#60;/p&#62;
&#60;p&#62;For the mega menu, if you can show us an example we'll see why that is happening (it shouldn't be).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111960</link>
			<pubDate>Fri, 17 May 2013 15:59:40 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Since  you are using the font in all screen sizes there is no need to load it in each of the media queries. Only indicate the changes for that specific query without repeating yourself.&#60;/p&#62;
&#60;p&#62;so you would have&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* DECLARE FONTS */
@font-face {
	font-family:&#38;#39;BebasNeueRegular&#38;#39;;
	src:url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot&#38;#39;);
	src:url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix&#38;#39;) format(&#38;#39;embedded-opentype&#38;#39;),url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff&#38;#39;) format(&#38;#39;woff&#38;#39;),url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf&#38;#39;) format(&#38;#39;truetype&#38;#39;),url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular&#38;#39;) format(&#38;#39;svg&#38;#39;);
	font-weight:normal;
	font-style:normal;
}
h6 {
	font-family:BebasNeueRegular,Geneva,Arial,Helvetica,sans-serif !important;
	font-size:95pt;
	margin-bottom:-20px;
	letter-spacing:-0.0em !important;
	font-weight: 200 !important;
}
/* #Media Queries========================================================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width:959px) {
	h6 {
		font-size:80pt !important;
		margin-bottom: 20px !important;
	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:768px) and (max-width:959px) {
	h6 {
		font-size:70pt !important;
		margin-bottom: -15px !important;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
	h6 {
		font-size:60pt !important;
		margin-bottom: -20px !important;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
	h6 {
		font-size:80pt !important;
		margin-bottom: -20px !important;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
	h6 {
		font-size:50pt !important;
		margin-bottom: -10px !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Be careful when using a very broad selector like h6, it has no specificity and is defined many times in the theme with much higher specificity which will override/counterfeit your code very easily.&#60;/p&#62;
&#60;p&#62;You also do not need this block ... @media only screen and (max-width:767px) { ...or this block ....@media only screen and (max-width:959px) { .... can you think of one screen size where the blocks of code below it aren't already targeting it? the only reason for 767 that i can think of is for the dropdown menu for all small screens, but 959.... dont know&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111772</link>
			<pubDate>Fri, 17 May 2013 00:30:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It depends on what device you are trying to target. You only need this if you're trying to target screens with 959px resolution and lower that includes iPad, iPhone and other mobile devices.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
@font-face {
font-family: &#38;#39;BebasNeueRegular&#38;#39;;
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot&#38;#39;);
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix&#38;#39;) format(&#38;#39;embedded-opentype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff&#38;#39;) format(&#38;#39;woff&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf&#38;#39;) format(&#38;#39;truetype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular&#38;#39;) format(&#38;#39;svg&#38;#39;);
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 80pt !important;
margin-bottom: 20px !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111575</link>
			<pubDate>Thu, 16 May 2013 05:43:21 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BIG BIG thanks... Although it seems rather long winded for one heading. Would there be a short-hand version or a better way to write this:&#60;/p&#62;
&#60;p&#62;SEE BELOW.....&#60;/p&#62;
&#60;p&#62;/* DECLARE FONTS */&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 95pt !important;&#60;br /&#62;
	margin-bottom: -20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* #Media Queries&#60;br /&#62;
========================================================================================== */&#60;/p&#62;
&#60;p&#62;/* Smaller than standard 960 (devices and browsers) */&#60;br /&#62;
  @media only screen and (max-width: 959px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 80pt !important;&#60;br /&#62;
	margin-bottom: 20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;  /* Tablet Portrait size to standard 960 (devices and browsers) */&#60;br /&#62;
  @media only screen and (min-width: 768px) and (max-width: 959px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 70pt !important;&#60;br /&#62;
	margin-bottom: -15px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62; /* All Mobile Sizes (devices and browser) */&#60;br /&#62;
  @media only screen and (max-width: 767px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 60pt !important;&#60;br /&#62;
	margin-bottom: -20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */&#60;br /&#62;
  @media only screen and (min-width: 480px) and (max-width: 767px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 80pt !important;&#60;br /&#62;
	margin-bottom: -20px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */&#60;br /&#62;
  @media only screen and (max-width: 479px) {&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 50pt !important;&#60;br /&#62;
	margin-bottom: -10px !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdlhale on "Logo Padding, Mega Menu, &#38; Font?"</title>
			<link>http://www.kriesi.at/support/topic/logo-padding-mega-menu-font#post-111530</link>
			<pubDate>Thu, 16 May 2013 01:08:23 +0000</pubDate>
			<dc:creator>mdlhale</dc:creator>
			<guid isPermaLink="false">111530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sure this is somewhere on the forum, but I wasn't having any luck. First off I want to say, I LOVE this theme, and i'm probably going to buy the extended license if I can get a few items fixed.&#60;/p&#62;
&#60;p&#62;If my logo is wider than normal or larger, how can I edit the padding? So I don't have a lot of white space between the logo and menu. Where in the CSS file (if thats where it is)? And could I get an example of how to change it?&#60;/p&#62;
&#60;p&#62;Also, I notice the font is different than the demo, which font was being used on the demo? such as the main content, and menu, etc.  I really liked the feel and look of the demo rather than the dummy content. &#60;/p&#62;
&#60;p&#62;Lastly, sometimes on my megamenu it will popup in a different location than under the menu item. Is this a glitch or should I keep messing with the menu till it works? &#60;/p&#62;
&#60;p&#62;Thank you so much for a great theme!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-111527</link>
			<pubDate>Thu, 16 May 2013 00:54:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad that is fixed. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111523</link>
			<pubDate>Thu, 16 May 2013 00:45:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For example, you want to apply the style when viewing on a mobile device, you should use this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

@font-face {
font-family: &#38;#39;BebasNeueRegular&#38;#39;;
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot&#38;#39;);
src: url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix&#38;#39;) format(&#38;#39;embedded-opentype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff&#38;#39;) format(&#38;#39;woff&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf&#38;#39;) format(&#38;#39;truetype&#38;#39;),
url(&#38;#39;http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular&#38;#39;) format(&#38;#39;svg&#38;#39;);
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 90pt !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The font will only apply if the user is viewing on a mobile device.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swazzi on "Menu Style is Different from In Demo?"</title>
			<link>http://www.kriesi.at/support/topic/menu-style-is-different-from-in-demo#post-111422</link>
			<pubDate>Wed, 15 May 2013 16:31:27 +0000</pubDate>
			<dc:creator>swazzi</dc:creator>
			<guid isPermaLink="false">111422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked perfectly. Never woulda figured that one out alone. Thank you Ismael!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111417</link>
			<pubDate>Wed, 15 May 2013 16:24:50 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks for your help although I think there's a bit in the middle im missing....&#60;/p&#62;
&#60;p&#62;Ive installed Bebas Neue and have it working as an h6 heading on a standard page layout. However, as discussed when I shrink the page the h6 header remains the same. I merely added your text to the CSS but cant see how to link the h6 to your code thus nothing has happened. What do I need to do to link your code and would I need to do it for every h tag (h2,h3 etc) if I wanted to change other headings too&#60;/p&#62;
&#60;p&#62;My CSS is setup as follows:&#60;/p&#62;
&#60;p&#62;@font-face {&#60;br /&#62;
    font-family: 'BebasNeueRegular';&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');&#60;br /&#62;
    src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),&#60;br /&#62;
         url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    font-style: normal;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;h6 {&#60;br /&#62;
	font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;&#60;br /&#62;
	font-size: 90pt !important;&#60;br /&#62;
	letter-spacing: -0.0em !important;&#60;br /&#62;
	font-weight:200 !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111406</link>
			<pubDate>Wed, 15 May 2013 15:54:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi andypeck,&#60;/p&#62;
&#60;p&#62;You would need to add a media query to your custom.css file (in the theme's css folder) to then target the h6 and change the font-size declaration.&#60;/p&#62;
&#60;p&#62;You can add this to your custom.css file and use it as a starting point to add in your css for each screen size you want to change the css on:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {}

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Enfold - Making Slab text headings responsive"</title>
			<link>http://www.kriesi.at/support/topic/enfold-making-slab-text-headings-responsive#post-111304</link>
			<pubDate>Wed, 15 May 2013 05:51:43 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Ive added/installed Bebas from fontsquirrel to use to change my headings in some places. In particular ive tweaked h6 (in my enfold css file) to use for a huge slab text heading (something like 70px). The text itself ive added as normal through the text layout tool however, its not being responsive when I scale down the page. What do I need to do?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Different font for menu for more space"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-menu-for-more-space#post-111150</link>
			<pubDate>Tue, 14 May 2013 16:21:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mmoesslang,&#60;/p&#62;
&#60;p&#62;A) 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;#top .main_menu .menu li a {
font-family: Arial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Read more about font-family &#60;a href=&#34;http://www.w3schools.com/cssref/pr_font_font-family.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/cssref/pr_font_font-family.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;B) I don't know of a way to easily move the search icon/functionality from the main menu as its kind of a theme function. I've asked Kriesi about it just now and will update when I know more.&#60;/p&#62;
&#60;p&#62;C) We'll need to see the issue live to inspect the code and see whats going on. So if you can provide a link, we'll look further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Installing Bebas Neue for Slab &#38; Slider"</title>
			<link>http://www.kriesi.at/support/topic/installing-bebas-neue-for-slab-slider#post-111097</link>
			<pubDate>Tue, 14 May 2013 11:57:20 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great stuff Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Installing Bebas Neue for Slab &#38; Slider"</title>
			<link>http://www.kriesi.at/support/topic/installing-bebas-neue-for-slab-slider#post-111040</link>
			<pubDate>Tue, 14 May 2013 06:06:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can generate a font kit. Go to: &#60;a href=&#34;http://www.fontsquirrel.com/fonts/bebas-neue&#34; rel=&#34;nofollow&#34;&#62;http://www.fontsquirrel.com/fonts/bebas-neue&#60;/a&#62; and click on &#34;Webfont kit&#34; to download the webfonts. Then place these fonts into the enfold/css folder and insert the content of stylesheet.css into custom.css. Then use &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;font-family: &#38;#39;BebasNeueRegular&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to apply the font to any html element of your choice. If you use Layerlider you just need to insert BebasNeueRegular into the font family option field.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.clipular.com/c?5598023=oZeWMrZWaKWc7VHDhnzpCofAcDc&#38;amp;f=.png&#34; /&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Installing Bebas Neue for Slab &#38; Slider"</title>
			<link>http://www.kriesi.at/support/topic/installing-bebas-neue-for-slab-slider#post-111022</link>
			<pubDate>Tue, 14 May 2013 05:21:57 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Im testing out with Full Width Easy Slider but as I want to add my own colors for the text box and the fonts im figuring the best one will be the Advanced Layer Slider. I have Revolution too which I know from experience can be tricky to use anything other than google fonts. I would like to use Bebas Neue for not only for my Slider but also in a SLAB TEXT HEADER &#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Installing Bebas Neue for Slab &#38; Slider"</title>
			<link>http://www.kriesi.at/support/topic/installing-bebas-neue-for-slab-slider#post-110975</link>
			<pubDate>Tue, 14 May 2013 00:49:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What slider are you using?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Installing Bebas Neue for Slab &#38; Slider"</title>
			<link>http://www.kriesi.at/support/topic/installing-bebas-neue-for-slab-slider#post-110951</link>
			<pubDate>Mon, 13 May 2013 23:14:34 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">110951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there is there a way to install Bebas Neue so it can be used in the sliders as well as within the main content as a huge slab header&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mmoesslang on "Different font for menu for more space"</title>
			<link>http://www.kriesi.at/support/topic/different-font-for-menu-for-more-space#post-110914</link>
			<pubDate>Mon, 13 May 2013 18:41:57 +0000</pubDate>
			<dc:creator>mmoesslang</dc:creator>
			<guid isPermaLink="false">110914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My menu overlaps the logo but I need all the menu items.&#60;/p&#62;
&#60;p&#62;A How can I set a different font (at the moment it is Signika Negative in bold) for the menues only?&#60;br /&#62;
B How can I get the magnifier from header menu to top menu? Or in the sidebar?&#60;br /&#62;
C My top menu has only two entries plus the telephone number, but the number is shown beyond those two instead of nearby. What can I do?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
