<?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: Mobile OPtimize Logo Sizing</title>
		<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Mobile OPtimize Logo Sizing</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:01:50 +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/mobile-optimize-logo-sizing" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42234</link>
			<pubDate>Fri, 29 Sep 2017 14:52:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42234@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Here is the best documentation (I know of) for setting up a child theme environment: <a href="https://codex.wordpress.org/Child_Themes" rel="nofollow">https://codex.wordpress.org/Child_Themes</a></p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>social@kensingtontv.com on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42220</link>
			<pubDate>Thu, 28 Sep 2017 12:22:13 +0000</pubDate>
			<dc:creator>social@kensingtontv.com</dc:creator>
			<guid isPermaLink="false">42220@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I've checked and the issues doesn't occur when I revert back to the original theme.</p>
<p>I've done research and think that I just need to enqueue ALL of the .css files. Currently there's only the style.css being called in the functions file.</p>
<p>Do you know who I could do this correctly?
</p></description>
		</item>
		<item>
			<title>social@kensingtontv.com on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42214</link>
			<pubDate>Wed, 27 Sep 2017 07:49:42 +0000</pubDate>
			<dc:creator>social@kensingtontv.com</dc:creator>
			<guid isPermaLink="false">42214@http://www.themolitor.com/forums/</guid>
			<description><p>Ok, there's very minimal setup with the child theme. Just a style.css file and and functions. I've attached the code below so you can see what I mean. Not any customization yet at this point.</p>
<p>STYLE:<br />
/*<br />
Theme Name: The Producer Child<br />
Theme URI: <a href="http://themolitor.com/producer" rel="nofollow">http://themolitor.com/producer</a><br />
Description: Producer Child Theme by Blue Maroon Media.<br />
Author: Blue Maroon Media<br />
Author URI: <a href="http://bluemaroonmedia.com" rel="nofollow">http://bluemaroonmedia.com</a><br />
Template: producer<br />
License: GNU General Public License<br />
License URI: license.txt<br />
Version: 100.4.0<br />
Tags:one-column<br />
Text Domain: the-producer<br />
*/</p>
<p>#dropmenu li a {<br />
    font-size: 20px;<br />
}</p>
<p>.homeSlide h2.posttitle {<br />
    font-style: normal;<br />
}</p>
<p>#sidebar element.style {<br />
    padding: 30px 0px;<br />
}</p>
<p>FUNCTIONS:<br />
&#60;?php<br />
function my_theme_enqueue_styles() {</p>
<p>    $parent_style = 'producer-style'; // This is 'producer-style' for the Producer theme.</p>
<p>    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );<br />
    wp_enqueue_style( 'child-style',<br />
        get_stylesheet_directory_uri() . '/style.css',<br />
        array( $parent_style ),<br />
        wp_get_theme()-&#62;get('Version')<br />
    );<br />
}<br />
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );<br />
?&#62;
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42207</link>
			<pubDate>Tue, 26 Sep 2017 09:46:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42207@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I see what you mean with the top panel area disappearing. This is not normal behavior at all.</p>
<p>I took a look at your source code and see you're using a child theme setup. This may be the issue. Unfortunately Child themes are considered customizations as they are not original code that wrote. </p>
<p>For me to troubleshoot issues you're having, I'll have to ask that you revert to a default setup of the theme. If the issue persists, I'll continue to troubleshoot knowing the issue you're having is caused by the theme. </p>
<p>However, if the issue is related to your child theme setup, unfortunately that goes outside the scope of my support services as I currently lack the resources necessary to investigate/troubleshoot issues caused by custom integration of the theme.</p>
<p>Let me know if you continue to have this issue with the default setup of the theme.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>social@kensingtontv.com on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42196</link>
			<pubDate>Mon, 25 Sep 2017 14:55:35 +0000</pubDate>
			<dc:creator>social@kensingtontv.com</dc:creator>
			<guid isPermaLink="false">42196@http://www.themolitor.com/forums/</guid>
			<description><p>newkens.bluemaroonmedia.com
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42187</link>
			<pubDate>Mon, 25 Sep 2017 11:39:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42187@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>social@kensingtontv.com on "Mobile OPtimize Logo Sizing"</title>
			<link>http://www.themolitor.com/forums/topic/mobile-optimize-logo-sizing#post-42165</link>
			<pubDate>Mon, 25 Sep 2017 09:18:15 +0000</pubDate>
			<dc:creator>social@kensingtontv.com</dc:creator>
			<guid isPermaLink="false">42165@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I'm using a large logo that spans the width of the navigation menu.</p>
<p>When the page is resized, the logo completely disappears.  I'm wondering how I can make the logo resizes according to the page.
</p></description>
		</item>

	</channel>
</rss>
