<?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: Menu &#38; Slider Display Problems on Vertical Tablet</title>
		<link>http://www.kriesi.at/support/topic/menu-slider-display-problems-on-vertical-tablet</link>
		<description>Support Forum - Topic: Menu &amp; Slider Display Problems on Vertical Tablet</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:20:00 +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/menu-slider-display-problems-on-vertical-tablet" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Menu &#38; Slider Display Problems on Vertical Tablet"</title>
			<link>http://www.kriesi.at/support/topic/menu-slider-display-problems-on-vertical-tablet#post-87523</link>
			<pubDate>Tue, 11 Dec 2012 00:04:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add media queries like this on  your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
.featured_caption {
font-size: 10px;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexweintraub on "Menu &#38; Slider Display Problems on Vertical Tablet"</title>
			<link>http://www.kriesi.at/support/topic/menu-slider-display-problems-on-vertical-tablet#post-87513</link>
			<pubDate>Mon, 10 Dec 2012 22:52:11 +0000</pubDate>
			<dc:creator>alexweintraub</dc:creator>
			<guid isPermaLink="false">87513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That improved the menu on the vertical tablet. Thanks. But the slider still has cut off text. &#60;/p&#62;
&#60;p&#62;Could I decrease the font-size on the slider for vertical tablet? If so, how can I do that?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Menu &#38; Slider Display Problems on Vertical Tablet"</title>
			<link>http://www.kriesi.at/support/topic/menu-slider-display-problems-on-vertical-tablet#post-86748</link>
			<pubDate>Thu, 06 Dec 2012 07:24:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;With that wide of a menu I'd recommend just changing the width at which the mobile menu comes up. So right now its set to show up at screen sizes less than 768px. So in avia.js in the js folder of your theme files you can look for this line:&#60;br /&#62;
&#60;code&#62;switchWidth: 768,                   							//width (in px to switch at)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change the 768 to 929 and save the file.&#60;/p&#62;
&#60;p&#62;See if that gets you closer to something that would work for you. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexweintraub on "Menu &#38; Slider Display Problems on Vertical Tablet"</title>
			<link>http://www.kriesi.at/support/topic/menu-slider-display-problems-on-vertical-tablet#post-86643</link>
			<pubDate>Wed, 05 Dec 2012 16:33:03 +0000</pubDate>
			<dc:creator>alexweintraub</dc:creator>
			<guid isPermaLink="false">86643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using the Choices theme and I am having difficulty displaying the menu and slider correctly on the vertical tablet. Mobile devices and landscape tablet are fine. But vertical tablet the menu wraps to two lines, and the first item overlays the logo, and the last item is over the slider. Also, slider text is cutt off. And the small header info overlays part of the logo. &#60;/p&#62;
&#60;p&#62;The dev. site can be found here: &#60;a href=&#34;http://www.stlouisunionroofing.com/wp/&#34; rel=&#34;nofollow&#34;&#62;http://www.stlouisunionroofing.com/wp/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;How do you suggest to correctly display the menu and slider on the vertical tablet? Should I use mobile size display settings? If so, how? &#60;/p&#62;
&#60;p&#62;I have made some minor customizations to the theme's quick CSS. Related changes are shown below:&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;#header .container {&#60;br /&#62;
min-height: 140px;&#60;br /&#62;
z-index: 100;&#60;br /&#62;
overflow: visible;&#60;br /&#62;
background: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu {&#60;br /&#62;
float: right;&#60;br /&#62;
clear: both;&#60;br /&#62;
position: relative;&#60;br /&#62;
z-index: 100;&#60;br /&#62;
padding: 0;&#60;br /&#62;
line-height: 30px;&#60;br /&#62;
height: 15px;&#60;br /&#62;
margin: 23px -30px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div .logo {&#60;br /&#62;
padding: 10px 0 0px 0;&#60;br /&#62;
min-height: 100px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.logo, .logo a {&#60;br /&#62;
float: left;&#60;br /&#62;
padding: 0;&#60;br /&#62;
position: relative;&#60;br /&#62;
margin-bottom: -19px;&#60;br /&#62;
display: block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.social_bookmarks{display:none}&#60;br /&#62;
.header_meta{text-align:right;margin-top:-30px;width:auto;;}&#60;br /&#62;
.small_header_info{display:inline;margin-right:20px;bottom:0;top:5px;position:relative;}&#60;/p&#62;
&#60;p&#62;/* All Mobile Sizes (devices and browser) */&#60;br /&#62;
	@media only screen and (max-width: 767px) {&#60;br /&#62;
.responsive .header_meta{height:auto;margin-top:-10px;width:auto;text-align:center;}&#60;br /&#62;
.small_header_info{display:block;}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#searchform {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;Please let me know what you suggest.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
