<?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: Logo Overlap of Content</title>
		<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Logo Overlap of Content</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:47:40 +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/logo-overlap-of-content" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43527</link>
			<pubDate>Mon, 25 Mar 2019 09:57:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43527@http://www.themolitor.com/forums/</guid>
			<description><p>:-)
</p></description>
		</item>
		<item>
			<title>spiteyourface on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43508</link>
			<pubDate>Tue, 12 Mar 2019 19:07:06 +0000</pubDate>
			<dc:creator>spiteyourface</dc:creator>
			<guid isPermaLink="false">43508@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks ksharpe02, I implemented a variation on your code and it worked a treat!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43122</link>
			<pubDate>Tue, 24 Jul 2018 09:44:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43122@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for posting your findings!
</p></description>
		</item>
		<item>
			<title>ksharpe02 on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43120</link>
			<pubDate>Mon, 23 Jul 2018 10:31:27 +0000</pubDate>
			<dc:creator>ksharpe02</dc:creator>
			<guid isPermaLink="false">43120@http://www.themolitor.com/forums/</guid>
			<description><p>I figured it out.  I figured I'd post it here to help anyone with a similar issue.  I used the following CSS:</p>
<p>&#60;---This moves the logo up and to the left --&#62;<br />
#logo {<br />
    max-width: 32%;<br />
    margin: 0 -15px -15px 0;<br />
}</p>
<p>&#60;---this causes the post and post titles to adjust to the screen based on the screen size and what % of the screen the box should move.  In addition it provides padding on the top to keep the content boxes from overlapping--&#62;<br />
.posts-container{<br />
top: 62%;<br />
}<br />
#page-title{<br />
top: 60%;<br />
padding-top: 2.5em;<br />
}
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43114</link>
			<pubDate>Mon, 23 Jul 2018 09:56:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43114@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Best approach is to check out your edits on as many devices/browsers as you can to make sure it yields the results you're after.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>ksharpe02 on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43108</link>
			<pubDate>Tue, 17 Jul 2018 18:25:01 +0000</pubDate>
			<dc:creator>ksharpe02</dc:creator>
			<guid isPermaLink="false">43108@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the response!  Unfortunately, that's not working either.  I did the following, do you think that will be pretty universal or do you think I should use %'s? </p>
<pre><code>#logo {
    max-width: 100px;
    margin: 0 -15px -15px 0;
}
.posts-container{
padding-top: 10em;
}
.entrytitle{
padding-top: 6.5em;
}</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43105</link>
			<pubDate>Tue, 17 Jul 2018 12:14:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43105@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I see what you mean. Try adding the following to your Custom CSS on the Customize page...</p>
<pre><code>#logo {
    max-width: 100px;
}</code></pre>
<p>Let me know if that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>ksharpe02 on "Logo Overlap of Content"</title>
			<link>http://www.themolitor.com/forums/topic/logo-overlap-of-content#post-43101</link>
			<pubDate>Mon, 16 Jul 2018 18:46:48 +0000</pubDate>
			<dc:creator>ksharpe02</dc:creator>
			<guid isPermaLink="false">43101@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Hoping you can help out.  For some reason on mobile, desktop and tablet devices, the logo overlaps the Header for the content.  I browsed the conversations and found the following block of css code which I thought would help but it didn't:</p>
<p>@media screen and (max-width: 700px) {<br />
    #logo img {max-height: 100px;}<br />
}</p>
<p>my website link is: <a href="http://www.rawthebreakdown.com" rel="nofollow">http://www.rawthebreakdown.com</a></p>
<p>Also, for some reason, two of the thumbnail images are not loading.  Is that a youtube issue or something I can control here?</p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
