<?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: How to remove hyphens</title>
		<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How to remove hyphens</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:23:14 +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/how-to-remove-hyphens" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30487</link>
			<pubDate>Fri, 15 Aug 2014 13:59:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30487@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)
</p></description>
		</item>
		<item>
			<title>hispasat on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30479</link>
			<pubDate>Thu, 14 Aug 2014 13:32:40 +0000</pubDate>
			<dc:creator>hispasat</dc:creator>
			<guid isPermaLink="false">30479@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you for the explanation.</p>
<p>Rgrds
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30478</link>
			<pubDate>Thu, 14 Aug 2014 13:20:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30478@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>URLs require hyphens like that as a URL must be a constant, connected string of text. Spaces are not allowed in URLs.</p>
<p>CSS does not have any control over how URLs display. CSS only affects the stuff in the browser window.</p>
<p>Please understand, this is not a theme-related thing. This is just the nature of the internet :-)</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>hispasat on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30476</link>
			<pubDate>Thu, 14 Aug 2014 13:14:21 +0000</pubDate>
			<dc:creator>hispasat</dc:creator>
			<guid isPermaLink="false">30476@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you for the reply</p>
<p>the proper would be like this<br />
<a href="http://www.themolitor.com/forums/topic/how" rel="nofollow">http://www.themolitor.com/forums/topic/how</a> to remove hyphens</p>
<p>there is offical thread on wordpress<br />
<a href="http://wordpress.org/support/topic/turn-off-auto-hyphenation-in-twentytwelve-theme" rel="nofollow">http://wordpress.org/support/topic/turn-off-auto-hyphenation-in-twentytwelve-theme</a></p>
<p>but it does not work on zoom style.css
</p></description>
		</item>
		<item>
			<title>hispasat on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30470</link>
			<pubDate>Thu, 14 Aug 2014 13:08:02 +0000</pubDate>
			<dc:creator>hispasat</dc:creator>
			<guid isPermaLink="false">30470@http://www.themolitor.com/forums/</guid>
			<description><p>example<br />
change this<br />
<a href="http://www.themolitor.com/forums/topic/how-to-remove-hyphens" rel="nofollow">http://www.themolitor.com/forums/topic/how-to-remove-hyphens</a></p>
<p>to look like this<br />
how to remove hyphens</p>
<p>I mean dashes between words
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30468</link>
			<pubDate>Thu, 14 Aug 2014 13:05:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30468@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not sure what you mean. Can you provide an example/link?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>hispasat on "How to remove hyphens"</title>
			<link>http://www.themolitor.com/forums/topic/how-to-remove-hyphens#post-30455</link>
			<pubDate>Wed, 13 Aug 2014 13:36:14 +0000</pubDate>
			<dc:creator>hispasat</dc:creator>
			<guid isPermaLink="false">30455@http://www.themolitor.com/forums/</guid>
			<description><p>is there solution to remove auto hyphenation?</p>
<p>Here is suggested code forcss but no success!</p>
<pre><code>/* Remove automatic hyphenation */
.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
.widget-area .widget { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }</code></pre></description>
		</item>

	</channel>
</rss>
