<?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: mobile view - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/mobile-view</link>
		<description>Support Forum - Tag: mobile view - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 19:35: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/tags/mobile-view" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Main offset"</title>
			<link>http://www.kriesi.at/support/topic/main-offset#post-118286</link>
			<pubDate>Fri, 14 Jun 2013 06:19:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">118286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I check it further and I can see the gap on the main div. Add this on your custom.css&#60;/p&#62;
&#60;p&#62;/*&#60;br /&#62;
Mobile Styles&#60;br /&#62;
================================================== */&#60;br /&#62;
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 900px) {
  /* Add your Mobile Styles here */
  #main {
  margin-top: 0;
  }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Main offset"</title>
			<link>http://www.kriesi.at/support/topic/main-offset#post-118283</link>
			<pubDate>Fri, 14 Jun 2013 06:15:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">118283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked your website on a mobile device but I don't see the black border. Can you give us a screenshot? In what mobile device is this happening?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mirzepapa on "Main offset"</title>
			<link>http://www.kriesi.at/support/topic/main-offset#post-118109</link>
			<pubDate>Thu, 13 Jun 2013 15:29:35 +0000</pubDate>
			<dc:creator>mirzepapa</dc:creator>
			<guid isPermaLink="false">118109@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
on &#60;a href=&#34;http://www.musikzentrale.net&#34; rel=&#34;nofollow&#34;&#62;http://www.musikzentrale.net&#60;/a&#62; i am using an 152px offset from top to achieve the fixed header along with social icons, phone number and footer navigation:&#60;/p&#62;
&#60;p&#62;This is to have the UberMenu in position, which i am using instead of the enfold`s origin menu, since it offers some more modification methods that i want.&#60;/p&#62;
&#60;p&#62;On mobile devices i do now face a black border on top of the main section and i do have no idea, how to get rid of it. Here is my custom.css styling the header &#38;amp; main:&#60;/p&#62;
&#60;p&#62;#header {&#60;br /&#62;
position: fixed;&#60;br /&#62;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#main {&#60;br /&#62;
margin-top: 152px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#wrap_all {&#60;br /&#62;
  position: absolute;&#60;br /&#62;
  width: 100%;&#60;br /&#62;
  z-index: 1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;br /&#62;
Cheers, Sebastian.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rinoy on "Sidebar not visible for mobile view"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-not-visible-for-mobile-view#post-117972</link>
			<pubDate>Thu, 13 Jun 2013 05:28:23 +0000</pubDate>
			<dc:creator>rinoy</dc:creator>
			<guid isPermaLink="false">117972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks this worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar not visible for mobile view"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-not-visible-for-mobile-view#post-117612</link>
			<pubDate>Tue, 11 Jun 2013 14:11:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">117612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi rinoy,&#60;/p&#62;
&#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;/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; clear: both; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rinoy on "Sidebar not visible for mobile view"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-not-visible-for-mobile-view#post-117110</link>
			<pubDate>Sat, 08 Jun 2013 04:03:54 +0000</pubDate>
			<dc:creator>rinoy</dc:creator>
			<guid isPermaLink="false">117110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, when i view the site in mobile or tablet the sidebars disappears. Instead I want it to show below the content of the page (in mobile/ tablet view only) &#38;amp; below that the footer widgets as it now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-114262</link>
			<pubDate>Tue, 28 May 2013 01:26:11 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">114262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THANK YOU! &#60;/p&#62;
&#60;p&#62;That did it, I am so happy now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113730</link>
			<pubDate>Sat, 25 May 2013 07:55:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">113730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you need to use ftp to download/update the file. Connect your ftp client to your server and navigate to wp-content/themes/enfold/js. There you'll find avia.js. Download the file, edit it and upload it again (overwrite the old file).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113685</link>
			<pubDate>Sat, 25 May 2013 04:39:26 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">113685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great... where do I find  /js/avia.js ?&#60;br /&#62;
Sorry, I'm a beginner. I tried to look for it in Wordpress under Appearance/Editor, but I couldn't find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113620</link>
			<pubDate>Fri, 24 May 2013 18:15:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">113620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please open up /js/avia.js and find line 767 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;el_height       = $(elements).filter(&#38;#39;:first&#38;#39;).height(),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; and change it to look like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;el_height       = 116,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You also have to take out any css modifications you've made that sets the size of your image somewhere else.&#60;/p&#62;
&#60;p&#62;*make a text file where you keep track of files and line numbers that you are changing so that way you have a record for yourself of all your customizations.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113412</link>
			<pubDate>Fri, 24 May 2013 00:51:57 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">113412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, still not sure that you understand what I'm trying to do.&#60;/p&#62;
&#60;p&#62;My logo is 231 x 116, I want it to display that way (not smaller). I like how the fixed header in Enfold is designed; the logo shrinks as the reader scrolls down the page. But, when I put my larger logo in, it doesn't do that anymore. Also, the larger logo gets cut off (you can't see the bottom half) when it's viewed on a mobile phone.&#60;/p&#62;
&#60;p&#62;... do I make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113152</link>
			<pubDate>Thu, 23 May 2013 04:11:44 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">113152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Anything is possible. Can even have the logo become even larger than it initially is instead of becoming smaller. Not an expert on what's normal, but if you want to tell me what size you will have initial logo at and what size you want it to shrink to, I can give you the code that will do it.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;strong.logo img, #header_main .container, .main_menu ul:first-child &#38;gt; li a {
height: 116px !important;
line-height: 116px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try this. add it to your /css/custom.css or to Quick CSS located in Enfold &#38;gt; Layout (Theme Options) ... the text area at the bottom of that page&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113123</link>
			<pubDate>Thu, 23 May 2013 02:43:59 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">113123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please, por favor!!!&#60;/p&#62;
&#60;p&#62;I do not care about the fuzzy logo, that is not what I asked.... I'm sorry to sound frustrated, but it's the truth. I have a fuzzy logo because my graphic designer sent me a logo that is originally 200 x 100, but it was too small! So I enlarged it, and now it is fuzzy. I will ask her to make me a non fuzzy logo in a larger size. But only once I find out (from you guys) if it is possible to have a large logo and have the site function in the 2 ways that I mentioned above (please read well before responding).  &#60;/p&#62;
&#60;p&#62;Please, let me know how I can have a larger logo than the specified 200 x 100 and still have the header shrink as I scroll down and also to look normal (not get cut off) when in mobile view.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-113074</link>
			<pubDate>Wed, 22 May 2013 20:26:31 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">113074@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your logo is 231x116 , however it is being displayed shrunken at 155x88 (this is why the logo is fuzzy. Your options are (if size the way you see it on page now is ok with you, then you would need to use a photo editor to resize your logo to 155x88 and reupload it.&#60;/p&#62;
&#60;p&#62;If  you want to make room and display your logo in its full size. But first here, &#60;a href=&#34;http://i.imgur.com/lPpDOIw.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/lPpDOIw.png&#60;/a&#62;, install this size logo , I made it 155x88 and see how it looks, it will no longer be fuzzy&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-112746</link>
			<pubDate>Tue, 21 May 2013 20:01:13 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">112746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for replying :)  ... &#60;/p&#62;
&#60;p&#62;So I got rid of all the other css except the one you mentioned, and the header resized my logo to a small logo (not 116 height)...&#60;/p&#62;
&#60;p&#62;I'm a total beginner, so looking at the css of that other guys website is kinda crazy! I just know from searching the Enfold forum that a couple other people have asked how to make their logo bigger and they were given some custom css. The following link is for a guy who wanted his logo wider:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/what-do-i-need-to-adjust-to-make-my-logo-bigger&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/what-do-i-need-to-adjust-to-make-my-logo-bigger&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And this link is a thread from the guy who owns the website I used as an example above:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/problem-with-header-logo-and-menu&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-with-header-logo-and-menu&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried using the padding css that you mentioned and then adding the &#34;logo size&#34; css:&#60;/p&#62;
&#60;p&#62;.logo, .logo a, .logo a img {&#60;br /&#62;
width: 232px;&#60;br /&#62;
height: 116px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And what happens is that I get the size logo I want, but it drops down out of the header. However, for now I took out the  &#34;logo size&#34; css so that you could check out how it has resized my logo to a small logo...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-112662</link>
			<pubDate>Tue, 21 May 2013 13:15:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tacoverde,&#60;/p&#62;
&#60;p&#62;When you use !important after css, it forces that css to take effect above all else. So when you added that to your header height, it forces the header to stay the same size even when scrolling down.&#60;/p&#62;
&#60;p&#62;Just adding a larger logo means you shouldn't have to use any css to adjust the logo at all as the header should resize automatically. So all you really need is the:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.fixed_header #main {
padding-top: 120px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;from the other site you see the same effect on, you can look at the css they used here: &#60;a href=&#34;http://50.116.98.244/~service/wp-content/uploads/dynamic_avia/casa_blanca.css?ver=1&#34; rel=&#34;nofollow&#34;&#62;http://50.116.98.244/~service/wp-content/uploads/dynamic_avia/casa_blanca.css?ver=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-112444</link>
			<pubDate>Mon, 20 May 2013 14:39:53 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">112444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hoping this might help you guys...&#60;br /&#62;
I don't know for sure, but I think I found someone else's site that uses this theme with a slightly bigger logo and it works properly in the ways I'm having trouble with.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://50.116.98.244/~service/&#34; rel=&#34;nofollow&#34;&#62;http://50.116.98.244/~service/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And here's a link to his post on the forum... he asks the same questions I do, although the only answer is in regards to the slider position. But either way, it seems like he figured out the rest on his own... so it must be possible.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/problem-with-header-logo-and-menu&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-with-header-logo-and-menu&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacoverde on "Large Logo causes problems with fixed header and mobile view"</title>
			<link>http://www.kriesi.at/support/topic/large-logo-causes-problems-with-fixed-header-and-mobile-view#post-112339</link>
			<pubDate>Mon, 20 May 2013 05:16:06 +0000</pubDate>
			<dc:creator>tacoverde</dc:creator>
			<guid isPermaLink="false">112339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am want to have a larger logo but I also want the theme to function properly.&#60;br /&#62;
I have entered the following code to make the logo larger and to bring the slider down a bit (based on what I found in other threads):&#60;/p&#62;
&#60;p&#62;.logo, .logo a, .logo a img {&#60;br /&#62;
width: 232px;&#60;br /&#62;
height: 116px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#header_main .container, .main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
height: 120px !important;&#60;br /&#62;
line-height: 120px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.fixed_header #main {&#60;br /&#62;
padding-top: 120px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However, there are 2 major problems:&#60;/p&#62;
&#60;p&#62;1) The fixed header does not resize to a smaller size when one scrolls down&#60;br /&#62;
2) The bottom of the logo gets cut off when you reduce the browser's window size or view it on a cell phone&#60;/p&#62;
&#60;p&#62;Please help me with this... it seems fairly important because not everyone's logo is going to look good at a small size.&#60;br /&#62;
Here's a link to my site (never mind the horribly fuzzy logo):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tropicaltaylor.com&#34; rel=&#34;nofollow&#34;&#62;http://www.tropicaltaylor.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eldiablosf on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104580</link>
			<pubDate>Fri, 05 Apr 2013 23:03:43 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">104580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104513</link>
			<pubDate>Fri, 05 Apr 2013 13:10:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, if that is your only issue (the scrunching) you can just change the value as needed. &#60;/p&#62;
&#60;p&#62;If you wanted to add your own media queries, its pretty simple if you know a bit of css. Here is the template I used to start if you are interested in going that route:&#60;/p&#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>eldiablosf on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104406</link>
			<pubDate>Thu, 04 Apr 2013 19:58:44 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">104406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Or, I guess, if I reduce the padding between the menu icons, it wont stretch all the way across to the right, and will make it less likely to go on the second line before changing to the drop down menu, right?.... hmm...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eldiablosf on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104405</link>
			<pubDate>Thu, 04 Apr 2013 19:56:32 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">104405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh, I see now the threshold is in js/avia.js&#60;/p&#62;
&#60;p&#62;If I set it to say 1024px, will this cause problems on certain mobile devices?  Cause at this point, I'd rather have the drop down menu on all devices than show overlapping images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eldiablosf on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104398</link>
			<pubDate>Thu, 04 Apr 2013 18:22:05 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">104398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually, I didn't.  I just inserted simple rollover code into the menu items. I can see that with plain text, they stack nicely on top of each other, but with the images,  end up overlapping each other.  pls see here:  &#60;a href=&#34;http://www.erosmortis.com/shop-entrance/&#34; rel=&#34;nofollow&#34;&#62;http://www.erosmortis.com/shop-entrance/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cant I just decrease the threshold at which the menu changes to the drop down, so that it changes to the drop down much earlier instead of scrunching?  I just cant seem to find it.&#60;/p&#62;
&#60;p&#62;thnks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104304</link>
			<pubDate>Thu, 04 Apr 2013 12:09:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi eldiablosf,&#60;/p&#62;
&#60;p&#62;That is the way it is supposed to work, but my guess is you used some !important values for your buttons which is causing the responsive code not to work properly.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eldiablosf on "Help with Menu Rollover images"</title>
			<link>http://www.kriesi.at/support/topic/help-with-menu-rollover-images#post-104094</link>
			<pubDate>Tue, 02 Apr 2013 23:39:11 +0000</pubDate>
			<dc:creator>eldiablosf</dc:creator>
			<guid isPermaLink="false">104094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi There!  &#60;/p&#62;
&#60;p&#62;I added some rollover images to the theme's menu, which worked out great.  however, upon viewing on iphone5, in vertical view, the menu, instead of turning into drop down menu like it's supposed to, it ends up just stacking the menu images on top of each other in a second line.  &#60;/p&#62;
&#60;p&#62;I've also noticed that when I re-size my browser window, first it squishes the menu like that and then past a certain threshold, it will convert to the mobile menu.  &#60;/p&#62;
&#60;p&#62;Is there a way to make it just go to the drop-down menu instead of squishing like this?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "wrap around text in mobile view"</title>
			<link>http://www.kriesi.at/support/topic/wrap-around-text-in-mobile-view#post-88540</link>
			<pubDate>Mon, 17 Dec 2012 08:33:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main.container_wrap p.intro {
font-size: 1.5em;
line-height: 1em!important;
margin-bottom: 40px;
diplay: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/2bjdx.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/2bjdx.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "wrap around text in mobile view"</title>
			<link>http://www.kriesi.at/support/topic/wrap-around-text-in-mobile-view#post-88461</link>
			<pubDate>Sun, 16 Dec 2012 13:33:47 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">88461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nick, just looking at the screen shot that you sent, it shows the problem I was trying to explain.  There should be some padding/white space in mobile view between the bottom of the image and first line of text &#34;Following Adam...&#34;&#60;/p&#62;
&#60;p&#62;There is such a break/white space if you look at the page layout in all other screen sizes - the text automatically lines up to the right of and underneath the image with some padding.  But this does not happen when you switch to mobile view.&#60;/p&#62;
&#60;p&#62;When I have done something similar in twenty eleven, and the colums shift down to the one, this spacing happens automatically rather than having to create a specific media query rule.&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "wrap around text in mobile view"</title>
			<link>http://www.kriesi.at/support/topic/wrap-around-text-in-mobile-view#post-88205</link>
			<pubDate>Fri, 14 Dec 2012 15:26:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I looked through Chrome and Safari and the last 2 words above the image are 'historical document' and the two words below the image are ' 'Following Adam'. Nothing even looks close to moving towards the image.  &#60;a href=&#34;http://i.imgur.com/ND97i.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/ND97i.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What browser are you using? with what OS?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "wrap around text in mobile view"</title>
			<link>http://www.kriesi.at/support/topic/wrap-around-text-in-mobile-view#post-88185</link>
			<pubDate>Fri, 14 Dec 2012 11:05:30 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">88185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, here is the link to the page with the troublesome image.&#60;br /&#62;
&#60;a href=&#34;http://goo.gl/hznBr&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/hznBr&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "wrap around text in mobile view"</title>
			<link>http://www.kriesi.at/support/topic/wrap-around-text-in-mobile-view#post-88053</link>
			<pubDate>Thu, 13 Dec 2012 16:39:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are being too abstract. We need to see the url  to the page that has the image with this behavior in order to look at the code/css/nodes to see what exactly is happening and give you a concrete solution.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
