<?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: Extend width of dropdown menu items</title>
		<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Extend width of dropdown menu items</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 15:00:25 +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/extend-width-of-dropdown-menu-items" rel="self" type="application/rss+xml" />

		<item>
			<title>Justin on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8733</link>
			<pubDate>Mon, 09 Apr 2012 17:19:11 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8733@http://www.themolitor.com/forums/</guid>
			<description><p>Did you clear your browser cache?
</p></description>
		</item>
		<item>
			<title>JohnBurridge on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8707</link>
			<pubDate>Sun, 08 Apr 2012 12:45:43 +0000</pubDate>
			<dc:creator>JohnBurridge</dc:creator>
			<guid isPermaLink="false">8707@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Justin,</p>
<p>Sorry about the lateness of trying this. I pasted in the new css in my Edit Themes window and nothing appears to have changed. I still get the same menu titles from before flowing to 2 awkward-looking lines.
</p></description>
		</item>
		<item>
			<title>Justin on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8307</link>
			<pubDate>Sat, 31 Mar 2012 05:42:05 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8307@http://www.themolitor.com/forums/</guid>
			<description><p>Hey John,</p>
<p>Setting the Width to 100% should allow it to scale properly.  Please save a current version of your Style.CSS before trying this, but give this a shot.  Find this in your CSS, and add width: 100%; as I've done below:</p>
<p>#dropmenu li ul {<br />
    background: none repeat scroll 0 0 #FFFFFF;<br />
    display: none;<br />
    left: 0;<br />
    list-style: none outside none;<br />
    padding: 5px 0;<br />
    position: absolute;<br />
    top: 20px;<br />
    width: 100%;<br />
    z-index: 300;<br />
}
</p></description>
		</item>
		<item>
			<title>JohnBurridge on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8288</link>
			<pubDate>Fri, 30 Mar 2012 11:44:34 +0000</pubDate>
			<dc:creator>JohnBurridge</dc:creator>
			<guid isPermaLink="false">8288@http://www.themolitor.com/forums/</guid>
			<description><p>On the contrary, I know nothing about customizing CSS. The only thing I've done so far is reduce the padding to zero as per your instructions. To my knowledge, Chrome on the PC (but not the mac) is the only browser that displays "Headshots and Portraits" on one line under the Galleries tab. I get reflow on all mac browsers and some PC.</p>
<p>Is there no way to allow the "boxes" containing the drop down menus to expand by a healthy amount, regardless of browser?
</p></description>
		</item>
		<item>
			<title>Justin on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8258</link>
			<pubDate>Thu, 29 Mar 2012 19:10:55 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8258@http://www.themolitor.com/forums/</guid>
			<description><p>Hey John,</p>
<p>Site appears to be back.  Looks great in Chrome and Firefox for me.  It looks like you were able to do some browser specific CSS for this fix. Please feel free to post what you did so that other users can benefit from it!</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>JohnBurridge on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8225</link>
			<pubDate>Wed, 28 Mar 2012 18:41:12 +0000</pubDate>
			<dc:creator>JohnBurridge</dc:creator>
			<guid isPermaLink="false">8225@http://www.themolitor.com/forums/</guid>
			<description><p>Hmm, my site is loading fine as of this writing. If it gets to cross-browser mods... I'll just shorten the menu items under my galleries tab, but for the record Chrome on my Windows machine is the only browser displaying things as I want them to be. IE8 has reflow as well as the Mac version of Chrome and Safari.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>Justin on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8211</link>
			<pubDate>Wed, 28 Mar 2012 17:47:52 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8211@http://www.themolitor.com/forums/</guid>
			<description><p>Hey John, your site appears to be down - are you seeing this as well? I'll take a look once it's fixed.  Cross-browser CSS fixes can be tricky.  My suggestion is only a start, but you may require someone with more extensive CSS knowledge to fix it on each browser. That would go outside the scope of these forums... With that said, I can still try and help out once the site comes back.</p>
<p>Thanks!<br />
Justin
</p></description>
		</item>
		<item>
			<title>JohnBurridge on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-8206</link>
			<pubDate>Wed, 28 Mar 2012 15:02:12 +0000</pubDate>
			<dc:creator>JohnBurridge</dc:creator>
			<guid isPermaLink="false">8206@http://www.themolitor.com/forums/</guid>
			<description><p>Hi and thanks for replying.</p>
<p>Well, it helped a little, but IE 8 still shows line flow. It did fix the problem in Chrome. Safari is not too forgiving, either. It fixed one line in IE 8, but the other not so much. I reduced padding from 15 to 8 to 0, but things were only partially fixed.</p>
<p>My temporary fix for the menu item is to reduce anything that reflows to a shorter word, but if you have any further input I'd appreciate it.</p>
<p>Thanks again.
</p></description>
		</item>
		<item>
			<title>Justin on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-7720</link>
			<pubDate>Mon, 12 Mar 2012 19:21:29 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">7720@http://www.themolitor.com/forums/</guid>
			<description><p>In the CSS you can do this...</p>
<p>Change the second option next to Padding to 8.</p>
<p>#dropmenu li ul li a {<br />
line-height: 30px;<br />
padding: 0 8px;<br />
}</p>
<p>This should help significantly.  Try that out then let me know where it's at and I'll help out... </p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>JohnBurridge on "Extend width of dropdown menu items"</title>
			<link>http://www.themolitor.com/forums/topic/extend-width-of-dropdown-menu-items#post-7708</link>
			<pubDate>Mon, 12 Mar 2012 15:16:17 +0000</pubDate>
			<dc:creator>JohnBurridge</dc:creator>
			<guid isPermaLink="false">7708@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I'm looking to extend the width of the drop down menu items as my menus are flowing to two lines and looking kind of wonky as a result. For example, clicking on "sessions" or "galleries" at <a href="http://www.johnburridgephoto" rel="nofollow">http://www.johnburridgephoto</a> the page titles have overly-high line spacing making it look like I have have 4 menu items instead of 2. Can't seem to locate options in my meagre knowledge of CSS.</p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
