<?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: Menu Icon and Slider Position</title>
		<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Menu Icon and Slider Position</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:29:34 +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/menu-icon-and-slider-position" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21593</link>
			<pubDate>Wed, 19 Jun 2013 13:00:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21593@http://www.themolitor.com/forums/</guid>
			<description><p>I appreciate that! :-D</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zadek on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21582</link>
			<pubDate>Tue, 18 Jun 2013 14:08:12 +0000</pubDate>
			<dc:creator>zadek</dc:creator>
			<guid isPermaLink="false">21582@http://www.themolitor.com/forums/</guid>
			<description><p>Done!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21577</link>
			<pubDate>Tue, 18 Jun 2013 13:26:41 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21577@http://www.themolitor.com/forums/</guid>
			<description><p>No worries :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out and show potential buyers the value of my themes.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zadek on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21560</link>
			<pubDate>Tue, 18 Jun 2013 08:07:38 +0000</pubDate>
			<dc:creator>zadek</dc:creator>
			<guid isPermaLink="false">21560@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>Thanks, that helped! I could have thought about that, sorry :D<br />
Next time I will just use FireBug to see where to tweak the custom CSS.</p>
<p>Julian
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21550</link>
			<pubDate>Mon, 17 Jun 2013 14:47:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21550@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The slider is not intended to be centered by default. It's a content slider, so it supports normal text, which most users may not want to be centered. </p>
<p>Also, the images you're using are not as wide as the space available. That means you can either try using larger images (content area is 750px wide) to make the slider appear centered or make your sliders align center by adding the following to your custom CSS panel...</p>
<pre><code>.sliderContainer {
    margin: 0 auto;
    text-align: center;
}</code></pre>
<p>Let me know if that helps.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>zadek on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21523</link>
			<pubDate>Mon, 17 Jun 2013 09:39:26 +0000</pubDate>
			<dc:creator>zadek</dc:creator>
			<guid isPermaLink="false">21523@http://www.themolitor.com/forums/</guid>
			<description><p>Hahaha,</p>
<p>as always, two minutes after posting suddenly there is a solution: I renamed the Portfolio page, deleted and readded it to menu and now the icon shows. I guess the problem was that that page was formerly assigned to the Portfolio Post Type Plugin that I used with my previous Theme. </p>
<p>So there's still only one issue to resolve; the slider position, that is left instead of centered.
</p></description>
		</item>
		<item>
			<title>zadek on "Menu Icon and Slider Position"</title>
			<link>http://www.themolitor.com/forums/topic/menu-icon-and-slider-position#post-21522</link>
			<pubDate>Mon, 17 Jun 2013 09:24:44 +0000</pubDate>
			<dc:creator>zadek</dc:creator>
			<guid isPermaLink="false">21522@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris!</p>
<p>First of all, I am very happy with your Theme, you did a great job! And thanks for this support forum.</p>
<p>Have a look at <a href="http://julianvogels.de" rel="nofollow">http://julianvogels.de</a> ! You'll find that the icon above the first menu point isn't displayed. I selected different icons from the dropdown menu when editing the page. It doesn't show? What am I doing wrong?<br />
Also, if you click on the third section under Portfolio (the Maskenrad page), you'll find a content slider at the bottom. By default, it sould be centered, but it isn't. I tries putting a [div align="center"] around it, without success. Any thoughts?</p>
<p>All the best,</p>
<p>Julian
</p></description>
		</item>

	</channel>
</rss>
