<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Appearance Queries</title>
		<link>http://www.themolitor.com/forums/topic/appearance-queries</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Appearance Queries</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 18:33:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/appearance-queries" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34772</link>
			<pubDate>Tue, 02 Jun 2015 10:07:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34772@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Does your menu look different than the demo site? Reference: <a href="http://themes.themolitor.com/producer/" rel="nofollow">http://themes.themolitor.com/producer/</a></p>
<p>If so, please provide a link to your site and I'll check it out.</p>
<p>As I mentioned in the thread you linked to, the browser style can sometimes override the CSS in the theme. </p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>rebeccaemelson on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34759</link>
			<pubDate>Mon, 01 Jun 2015 09:45:00 +0000</pubDate>
			<dc:creator>rebeccaemelson</dc:creator>
			<guid isPermaLink="false">34759@http://www.themolitor.com/forums/</guid>
			<description><p>I screwed up actually, I'm sorry- I meant to say that my mobile menu is NOW showing up as a grey box, possibly because of the iPhone/Safari?</p>
<p>So, this IS happening to me: <a href="http://www.themolitor.com/forums/topic/menu-is-a-gray-combo-box-in-responsive-mode#post-30670" rel="nofollow">http://www.themolitor.com/forums/topic/menu-is-a-gray-combo-box-in-responsive-mode#post-30670</a></p>
<p>I saw on that post you mentioned it may be the browser- any remedy to make it look nice and formatted like in your example?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34753</link>
			<pubDate>Mon, 01 Jun 2015 08:54:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34753@http://www.themolitor.com/forums/</guid>
			<description><p>I appreciate the feedback! </p>
<p>Please be sure to post suggestions (both design and feature related) here: <a href="http://www.themolitor.com/forums/topic/feature-requests-for-the-producer" rel="nofollow">http://www.themolitor.com/forums/topic/feature-requests-for-the-producer</a></p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>rebeccaemelson on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34741</link>
			<pubDate>Mon, 01 Jun 2015 08:16:29 +0000</pubDate>
			<dc:creator>rebeccaemelson</dc:creator>
			<guid isPermaLink="false">34741@http://www.themolitor.com/forums/</guid>
			<description><p>Or, sorry, I saw that you had addressed this in a previous thread from many months ago- I am not having this issue and am testing on an Iphone 6:</p>
<p><a href="http://www.themolitor.com/forums/topic/menu-is-a-gray-combo-box-in-responsive-mode#post-30670" rel="nofollow">http://www.themolitor.com/forums/topic/menu-is-a-gray-combo-box-in-responsive-mode#post-30670</a></p>
<p>It's uuuugly. </p>
<p>But other than that, THANKS for the amazing theme! Definitely helping me get started while I take an insanely long amount of time developing my theme from scratch.
</p></description>
		</item>
		<item>
			<title>rebeccaemelson on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34729</link>
			<pubDate>Fri, 29 May 2015 15:07:10 +0000</pubDate>
			<dc:creator>rebeccaemelson</dc:creator>
			<guid isPermaLink="false">34729@http://www.themolitor.com/forums/</guid>
			<description><p>My mobile menu looks very bad on iPhone 6. Any remedy? Can I switch it out for a hamburger menu?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34531</link>
			<pubDate>Thu, 21 May 2015 08:59:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">34531@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To remove the page title on the home page only, add the following CSS to your Custom CSS box on the Customize page (appearance &#62; customize)...</p>
<pre><code>body.home .innerTopPanel &#62; h1 {display: none;}</code></pre>
<p>Regarding video sizes, here is the current styling...</p>
<pre><code>#video iframe,
#video object,
#video embed {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 365px;
    left: 0;
    position: relative;
    top: 0;
    width: 650px;
}</code></pre>
<p>You can copy/paste that into the Custom CSS box and make changes there.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>iampatrickkennedy on "Appearance Queries"</title>
			<link>http://www.themolitor.com/forums/topic/appearance-queries#post-34522</link>
			<pubDate>Thu, 21 May 2015 02:16:18 +0000</pubDate>
			<dc:creator>iampatrickkennedy</dc:creator>
			<guid isPermaLink="false">34522@http://www.themolitor.com/forums/</guid>
			<description><p>How can you hide the page title on the homepage?</p>
<p>Also, I have changed the size on my embed code from Vimeo and YouTube but the video is still appearing large and is overlapping with the main logo.</p>
<p><a href="http://blacksheepproductions.ie/testings/36/" rel="nofollow">http://blacksheepproductions.ie/testings/36/</a>
</p></description>
		</item>

	</channel>
</rss>
