<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I-Tech Web Design North Wales &#187; Font Size</title>
	<atom:link href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/tag/font-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales</link>
	<description>We offer professional website design services in North Wales and Chester areas</description>
	<lastBuildDate>Mon, 11 Mar 2013 14:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Joomla Beez_20 template: Fontsize &#8211; Limit Size Increases</title>
		<link>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/</link>
		<comments>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/#comments</comments>
		<pubDate>Tue, 15 May 2012 12:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Beez 20]]></category>
		<category><![CDATA[Beez 5]]></category>
		<category><![CDATA[Beez_20]]></category>
		<category><![CDATA[Beez_5]]></category>
		<category><![CDATA[Font Size]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[joomla 1.7]]></category>
		<category><![CDATA[joomla 2.5]]></category>

		<guid isPermaLink="false">http://www.itechwebdesign.co.uk/blog-web-design-north-wales/?p=417</guid>
		<description><![CDATA[When you use joomla and use the Beez templates you have a module which allows you to set the Font size to Bigger&#8230;Smaller or reset. I implement this feature into some of my own templates and websites and need to &#8230; <a href="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you use joomla and use the Beez templates you have a module which allows you to set the Font size to Bigger&#8230;Smaller or reset. I implement this feature into some of my own templates and websites and need to limit the max font size depending on the design.</p>
<p>In some cases the font becomes to bif for the design so you need to limit the max font size.</p>
<p>Find the following file within the Beez template: md_stylechanger.js</p>
<p>Look for the following code snippet:<br />
<code>function changeFontSize(sizeDifference) {<br />
currentFontSize = parseInt(currentFontSize, 10) + parseInt(sizeDifference * 5, 10);<br />
if (currentFontSize &gt; <span style="color: #ff0000;">180</span>) {<br />
currentFontSize = <span style="color: #ff0000;">180</span>;<br />
} else if (currentFontSize &lt; 60) {<br />
currentFontSize = 60;<br />
}<br />
setFontSize(currentFontSize);<br />
}<br />
</code></p>
<p>Change both the values to a lower number like 160. You are now setting the max size.</p>
<p>If you wanted to limit users to the smallest size then edit the two values below:</p>
<p><code>} else if (currentFontSize &lt; <span style="color: #ff0000;">60</span>) {<br />
currentFontSize = <span style="color: #ff0000;">60</span>;</code></p>
<p>I hope this helps!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.itechwebdesign.co.uk%2Fblog-web-design-north-wales%2F05%2F2012%2Fjoomla-beez_20-template-fontsize-limit-size-increases%2F&amp;title=Joomla%20Beez_20%20template%3A%20Fontsize%20%26%238211%3B%20Limit%20Size%20Increases"><img src="http://www.itechwebdesign.co.uk/blog-web-design-north-wales/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.itechwebdesign.co.uk/blog-web-design-north-wales/05/2012/joomla-beez_20-template-fontsize-limit-size-increases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
