<?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>Cogzidel Templates Blog</title>
	<atom:link href="http://www.cogzideltemplates.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogzideltemplates.com/blog</link>
	<description>A blog all about web design</description>
	<lastBuildDate>Thu, 19 Jan 2012 12:51:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding a Twitter feed in Magento</title>
		<link>http://www.cogzideltemplates.com/blog/adding-a-twitter-feed-in-magento/</link>
		<comments>http://www.cogzideltemplates.com/blog/adding-a-twitter-feed-in-magento/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 12:48:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce templates]]></category>
		<category><![CDATA[Magento Admin]]></category>
		<category><![CDATA[Magento Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5284</guid>
		<description><![CDATA[<br/>As most of the Magento users would be aware of, there is no default option for twitter feed in Magento. If you wish to have twitter feed in your site, you will need to create it manually.  We have discussed in this Blog the simple steps of adding a twitter feed in magento.
Step 1:
Go to [...]]]></description>
			<content:encoded><![CDATA[<br/><p>As most of the Magento users would be aware of, there is no default option for twitter feed in Magento. If you wish to have twitter feed in your site, you will need to create it manually.  We have discussed in this Blog the simple steps of adding a twitter feed in magento.</p>
<p><strong><span style="text-decoration: underline;">Step 1:</span></strong></p>
<p>Go to the following site and include your Twitter Username: <span style="text-decoration: underline;"><a href="http://twitter.com/about/resources/widgets/widget_profile"><span style="text-decoration: underline;">http://twitter.com/about/resources/widgets/widget_profile</span></a></span>. Once done, click finish and grab the code. The script code will generate a copy of it.</p>
<p><strong><span style="text-decoration: underline;">Step 2:</span></strong></p>
<p><strong> </strong>The next step will be creating a <strong>static block</strong> for your twitter feed.</p>
<p>In magento admin panel:</p>
<p><strong>Go-&gt; CMS-&gt;Static block-&gt;add new block</strong></p>
<p><strong>Name </strong>: twitter</p>
<p><strong>Id </strong>: twitter</p>
<p><strong>Status </strong>: enabled</p>
<p><strong><span style="text-decoration: underline;">Step 3: </span></strong></p>
<p>If you wish to show the twitter feed in homepage, you will need to copy and paste the code given below in <strong>CMS-&gt;Page-&gt;Homepage-&gt;content</strong></p>
<p><strong><span style="text-decoration: underline;">Code:</span></strong></p>
<p><strong>Code:</strong> <code><strong><div><div class="wp-synhighlighter-expanded"><a name="#codesyntax1"></a><a style="wp-synhighlighter-title" href="#codesyntax1"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">{{block type=&quot;cms/block&quot; block_id=&quot;twitter&quot;}}</div></li></ol></pre></div></div></strong></code></p>
<p><code><strong> </strong></code></p>
<p><code>In a similar fashion, you will need to call a static block in sidebar as well.</code></p>
<p><code>For left sidebar: app/design/frontend/default/yourtheme/layout/catalog.xml</code></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax2"></a><a style="wp-synhighlighter-title" href="#codesyntax2"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;reference name=”left”&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;block type=&quot;cms/block&quot;&gt; &lt;actionmethod=&quot;setBlockId&quot;&gt;&lt;block_id&gt;twitter&lt;/block_id&gt;&lt;/action&gt;&lt;/block&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/reference&gt;</div></li></ol></pre></div></div></p>
<p><strong>Output</strong>:</p>
<p><img class="aligncenter size-full wp-image-5290" title="magentotwitter" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/magentotwitter2.JPG" alt="magentotwitter" width="955" height="876" /></p>
<p>Stay tuned to our <a href="http://www.cogzideltemplates.com/blog/"><em>Cogzidel templates Blog</em></a><em> </em>for more sparkling news and updates!!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fadding-a-twitter-feed-in-magento%2F&amp;linkname=Adding%20a%20Twitter%20feed%20in%20Magento"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/adding-a-twitter-feed-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PHPMotion 3.5 Template: Love Videos</title>
		<link>http://www.cogzideltemplates.com/blog/new-phpmotion-3-5-template-love-videos/</link>
		<comments>http://www.cogzideltemplates.com/blog/new-phpmotion-3-5-template-love-videos/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 12:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHPMotion Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5277</guid>
		<description><![CDATA[<br/>Cogzideltemplates.com known for offering bulk of templates flooded with rocking designs and bright colors has added a new theme titled Love Videos in PHPmotion 3.5 category. This crisp template has been designed to look clean and high-tech which is meant to attract the customers on their first visit to the site. This template will turn [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://cogzideltemplates.com">Cogzideltemplates.com</a> known for offering bulk of templates flooded with rocking designs and bright colors has added a new theme titled <a href="http://demo.cogzideltemplates.com/templates/phpmotion/phpmotion3.5/script/index.php?theme=lovevideos">Love Videos</a> in <a href="../../template/CMS_Templates/Phpmotion_Templates">PHPmotion 3.5</a> category. This crisp template has been designed to look clean and high-tech which is meant to attract the customers on their first visit to the site. This template will turn out to be an excellent choice for building social network sites where people can meet and share the videos, images and much more.</p>
<p><a href="http://www.cogzideltemplates.com/templates/view/469"><img class="aligncenter size-full wp-image-5279" title="love_birds(1)" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/love_birds1.jpg" alt="love_birds(1)" width="630" height="500" /></a></p>
<p>As this template is custom friendly, you can customize it as per your requirement and we can guarantee that your members will totally love this one! You can submit your suggestions on this fresh template to us.<br />
To purchase this Php motion template, please follow this link, <a href="http://www.cogzideltemplates.com/templates/view/469">http://www.cogzideltemplates.com/templates/view/469</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fnew-phpmotion-3-5-template-love-videos%2F&amp;linkname=New%20PHPMotion%203.5%20Template%3A%20Love%20Videos"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/new-phpmotion-3-5-template-love-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display Minified login form in Magento homepage?</title>
		<link>http://www.cogzideltemplates.com/blog/how-to-display-minified-login-form-in-magento-homepage/</link>
		<comments>http://www.cogzideltemplates.com/blog/how-to-display-minified-login-form-in-magento-homepage/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce templates]]></category>
		<category><![CDATA[Magento Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5262</guid>
		<description><![CDATA[<br/>In Magento, the default homepage has got sidebars and main only.  Login page will not be available by default in the magento homepage. As most of the clients or customers are interested to have login form in the homepage so as to create a quick login area for their users, you will need to apply [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In Magento, the default homepage has got sidebars and main only.  Login page will not be available by default in the magento homepage. As most of the clients or customers are interested to have login form in the homepage so as to create a quick login area for their users, you will need to apply the below code in cms.xml file. Once the steps given below are followed, you will get the minified login page in magento homepage.</p>
<p><span style="text-decoration: underline;">Path: </span></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax3"></a><a style="wp-synhighlighter-title" href="#codesyntax3"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">app/design/frontend/default/your theme /layout/cms.xml</div></li></ol></pre></div></div></p>
<p>In Cms.xml file, search for the following line given below:</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax4"></a><a style="wp-synhighlighter-title" href="#codesyntax4"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;reference name=”content”&gt;  &lt;block type=&quot;cms/page&quot;/&gt; &lt;/reference&gt;</div></li></ol></pre></div></div></p>
<p>Replace the above line with the following lines:</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax5"></a><a style="wp-synhighlighter-title" href="#codesyntax5"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;reference name=”content”&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;block type=&quot;customer/form_login&quot; template=&quot;customer/form/mini.login.phtml&quot; /&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;block type=&quot;cms/page&quot;/&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/reference&gt;</div></li></ol></pre></div></div></p>
<p>Please refer to the screen shot given below for pictorial representation of this Blog:</p>
<p><img class="aligncenter size-full wp-image-5266" title="minifiedlogin" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/minifiedlogin1.JPG" alt="minifiedlogin" width="951" height="782" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fhow-to-display-minified-login-form-in-magento-homepage%2F&amp;linkname=How%20to%20display%20Minified%20login%20form%20in%20Magento%20homepage%3F"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/how-to-display-minified-login-form-in-magento-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you looking to Display Customer login form in Magento homepage?</title>
		<link>http://www.cogzideltemplates.com/blog/are-you-looking-to-display-customer-login-form-in-magento-homepage/</link>
		<comments>http://www.cogzideltemplates.com/blog/are-you-looking-to-display-customer-login-form-in-magento-homepage/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:17:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce templates]]></category>
		<category><![CDATA[Magento Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5257</guid>
		<description><![CDATA[<br/>We would like to share the simple steps involved to display the customer login page in the homepage in Magento. Follow the path and attain it with ease so that the existing Customers can login using their username, password and the new customers can create an account quickly.
Path: 
In Cms.xml file, search for the following [...]]]></description>
			<content:encoded><![CDATA[<br/><p>We would like to share the simple steps involved to display the customer login page in the homepage in Magento. Follow the path and attain it with ease so that the existing Customers can login using their username, password and the new customers can create an account quickly.</p>
<p><strong><span style="text-decoration: underline;">Path: </span></strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax6"></a><a style="wp-synhighlighter-title" href="#codesyntax6"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">app/design/frontend/default/your theme /layout/cms.xml</div></li></ol></pre></div></div></p>
<p>In Cms.xml file, search for the following line given below:</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax7"></a><a style="wp-synhighlighter-title" href="#codesyntax7"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;reference name=”content”&gt;  &lt;block type=&quot;cms/page&quot;/&gt; &lt;/reference&gt;</div></li></ol></pre></div></div></p>
<p>Replace the above line with the lines given below:</p>
<p><strong> </strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax8"></a><a style="wp-synhighlighter-title" href="#codesyntax8"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;reference name=”content”&gt; </div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;block type=&quot;customer/form_login&quot; template=&quot;customer/form/login.phtml&quot;/&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;block type=&quot;cms/page&quot;/&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> &lt;/reference&gt;</div></li></ol></pre></div></div></p>
<p>Once the above steps are completed, the customer login form will be displayed in the homepage.</p>
<p><img class="aligncenter size-full wp-image-5258" title="image_magento" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/image_magento.JPG" alt="image_magento" width="951" height="894" /></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fare-you-looking-to-display-customer-login-form-in-magento-homepage%2F&amp;linkname=Are%20you%20looking%20to%20Display%20Customer%20login%20form%20in%20Magento%20homepage%3F"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/are-you-looking-to-display-customer-login-form-in-magento-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Dolphin 7.0.8 Templates</title>
		<link>http://www.cogzideltemplates.com/blog/version-upgrade-of-free-dolphin-templates/</link>
		<comments>http://www.cogzideltemplates.com/blog/version-upgrade-of-free-dolphin-templates/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:06:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free CMS Templates]]></category>
		<category><![CDATA[dolphin templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5252</guid>
		<description><![CDATA[<br/>Cogzidel Templates is happy to announce that all the free Dolphin Templates have been upgraded to the latest version of Dolphin – Dolphin 7.0.8. Sounds interesting right? The wide choice of amazing free Dolphin templates can be availed in few steps using the URL given below:

•  Dolphin Free Templates
url: http://www.cogzideltemplates.com/download_free/templates/38
]]></description>
			<content:encoded><![CDATA[<br/><p>Cogzidel Templates is happy to announce that all the free Dolphin Templates have been upgraded to the latest version of Dolphin – Dolphin 7.0.8. Sounds interesting right? The wide choice of amazing free Dolphin templates can be availed in few steps using the URL given below:</p>
<p><img class="aligncenter size-full wp-image-5254" title="free_dolphin_temp_ver708" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/free_dolphin_temp_ver7081.jpg" alt="free_dolphin_temp_ver708" width="630" height="200" /><br />
•  Dolphin Free Templates<br />
url: <a title="&quot;free_dolphin_temp_ver708&quot;" href="&lt;img src=">http://www.cogzideltemplates.com/download_free/templates/38</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fversion-upgrade-of-free-dolphin-templates%2F&amp;linkname=Free%20Dolphin%207.0.8%20Templates"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/version-upgrade-of-free-dolphin-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premium Dolphin 7.0.8 Templates</title>
		<link>http://www.cogzideltemplates.com/blog/version-upgrade-of-premium-dolphin-templates/</link>
		<comments>http://www.cogzideltemplates.com/blog/version-upgrade-of-premium-dolphin-templates/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 15:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free CMS Templates]]></category>
		<category><![CDATA[dolphin templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5245</guid>
		<description><![CDATA[<br/>Cogzidel Templates is proud to announce that the Premium Dolphin Templates have been updated from Dolphin 7.0.7 version to 7.0.8 version. If you feel that it’s the right time to move on from the current look and avail the premium templates available in the latest version of dolphin, go ahead and review our list of [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Cogzidel Templates is proud to announce that the Premium Dolphin Templates have been updated from Dolphin 7.0.7 version to 7.0.8 version. If you feel that it’s the right time to move on from the current look and avail the premium templates available in the latest version of dolphin, go ahead and review our list of premium dolphin templates using the url given below:</p>
<p>•	Dolphin Premium Templates<br />
url:<strong><a href="http://www.cogzideltemplates.com/template/CMS_Templates/Dolphin_7_Templates">http://www.cogzideltemplates.com/template/CMS_Templates/Dolphin_7_Templates</a></strong></p>
<p><img class="aligncenter size-full wp-image-5247" title="premium_dolp_temp_ver708" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/premium_dolp_temp_ver708.jpg" alt="premium_dolp_temp_ver708" width="630" height="200" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fversion-upgrade-of-premium-dolphin-templates%2F&amp;linkname=Premium%20Dolphin%207.0.8%20Templates"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/version-upgrade-of-premium-dolphin-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to add SKU &amp; Short Description in the Description page in Magento</title>
		<link>http://www.cogzideltemplates.com/blog/steps-to-add-sku-short-description-in-the-description-page-in-magento/</link>
		<comments>http://www.cogzideltemplates.com/blog/steps-to-add-sku-short-description-in-the-description-page-in-magento/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:55:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce templates]]></category>
		<category><![CDATA[Magento Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5237</guid>
		<description><![CDATA[<br/>In default Magento, SKU and the short description details are given in the backend side. But it’s value will not be shown in the front page. We would like to discuss in this blog post about the steps in fetching the individual data and displaying them in the description page. Please check with the code [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In default Magento, SKU and the short description details are given in the backend side. But it’s value will not be shown in the front page. We would like to discuss in this blog post about the <strong>steps in fetching the individual data and displaying them in the description page</strong>. Please check with the code given below:</p>
<p><strong>Sku</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax9"></a><a style="wp-synhighlighter-title" href="#codesyntax9"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$_product</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getSku</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></div></li></ol></pre></div></div>
<p><strong>Short Description</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax10"></a><a style="wp-synhighlighter-title" href="#codesyntax10"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$_product</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getShortDescription</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></div></li></ol></pre></div></div>
<p>Similarly, you can also show the Full description in the description page. You will only need to remove the word short in the above code. The code is given below for reference;</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax11"></a><a style="wp-synhighlighter-title" href="#codesyntax11"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$_product</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getDescription</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></div></li></ol></pre></div></div>
<p><strong>A Screenshot given below for reference</strong></p>
<p><img class="aligncenter size-full wp-image-5238" title="magento sku and short description" src="http://www.cogzideltemplates.com/blog/wp-content/uploads/magento-sku-and-short-description.jpg" alt="magento sku and short description" width="630" height="232" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fsteps-to-add-sku-short-description-in-the-description-page-in-magento%2F&amp;linkname=Steps%20to%20add%20SKU%20%26%23038%3B%20Short%20Description%20in%20the%20Description%20page%20in%20Magento"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/steps-to-add-sku-short-description-in-the-description-page-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Individual code for Quantity, Price, &amp; Add to cart for description page in Magento</title>
		<link>http://www.cogzideltemplates.com/blog/individual-code-for-quantity-price-add-to-cart-for-description-page-in-magento/</link>
		<comments>http://www.cogzideltemplates.com/blog/individual-code-for-quantity-price-add-to-cart-for-description-page-in-magento/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:49:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce templates]]></category>
		<category><![CDATA[Magento Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5233</guid>
		<description><![CDATA[<br/>In Magento, it is not possible to split the code as per the design in the Description page. We would like to share our knowledge on splitting the code individually for Quantity, Price and Add to Cart. Please find below the codes using which you can attain it with ease.
Quantity:
Price:
Add to cart:
A Screenshot given below [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In Magento, it is not possible to split the code as per the design in the Description page. We would like to share our knowledge on <strong>splitting the code individually for Quantity, Price and Add to Cart</strong>. Please find below the codes using which you can attain it with ease.</p>
<p><strong>Quantity:</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax12"></a><a style="wp-synhighlighter-title" href="#codesyntax12"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #990000;">echo</span></a> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'quantity:'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;input name=&quot;qty&quot; id=&quot;qty&quot; maxlength=&quot;5&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #990000;">echo</span></a> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getMinimalQty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_product</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">==</span> <span style="color: #000000; font-weight: bold;">null</span>?<span style="color: #cc66cc;">1</span><span style="color: #339933;">:</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getMinimalQty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_product</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;/&gt;</div></li></ol></pre></div></div>
<p><strong>Price:</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax13"></a><a style="wp-synhighlighter-title" href="#codesyntax13"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #990000;">echo</span></a> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getPriceHtml</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_product</span><span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></li></ol></pre></div></div>
<p><strong>Add to cart:</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax14"></a><a style="wp-synhighlighter-title" href="#codesyntax14"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?</span><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_product</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">isSaleable</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span><span style="color: #000000; font-weight: bold;">?&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;button class=&quot;form-button&quot;&gt;&lt;span&gt;<span style="color: #000000; font-weight: bold;">&lt;?</span><span style="color: #339933;">=</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Add to Cart'</span><span style="color: #009900;">&#41;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/span&gt;&lt;/button&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?</span><span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span>?<span style="color: #339933;">&gt;</span></div></li></ol></pre></div></div>
<p><strong>A Screenshot given below for reference :</strong></p>
<p><img src="http://www.cogzideltemplates.com/blog/wp-content/uploads/quantity-price-and-add-to-cart.jpg" alt="quantity price and add to cart" title="quantity price and add to cart" width="630" height="219" class="aligncenter size-full wp-image-5234" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Findividual-code-for-quantity-price-add-to-cart-for-description-page-in-magento%2F&amp;linkname=Individual%20code%20for%20Quantity%2C%20Price%2C%20%26%23038%3B%20Add%20to%20cart%20for%20description%20page%20in%20Magento"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/individual-code-for-quantity-price-add-to-cart-for-description-page-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to add name and description of the Categories in Magento</title>
		<link>http://www.cogzideltemplates.com/blog/steps-to-add-name-and-description-of-the-categories-in-magento/</link>
		<comments>http://www.cogzideltemplates.com/blog/steps-to-add-name-and-description-of-the-categories-in-magento/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce templates]]></category>
		<category><![CDATA[Magento Templates]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5229</guid>
		<description><![CDATA[<br/>In Magento, name of the Categories and its Descriptions are shown in the Categories page. If you are looking to place this name below the toolbar or anywhere in magento, the php codes given below can be used.
Category name
Category description
A Screenshot given below for reference

]]></description>
			<content:encoded><![CDATA[<br/><p>In Magento, name of the <strong>Categories and its Descriptions are shown in the Categories page</strong>. If you are looking to place this name below the toolbar or anywhere in magento, the php codes given below can be used.</p>
<p><strong>Category name</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax15"></a><a style="wp-synhighlighter-title" href="#codesyntax15"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;h1&gt; <span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #990000;">echo</span></a> Mage<span style="color: #339933;">::</span><span style="color: #004000;">getModel</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'catalog/layer'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getCurrentCategory</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getName</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> &lt;/h1&gt;</div></li></ol></pre></div></div>
<p><strong>Category description</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax16"></a><a style="wp-synhighlighter-title" href="#codesyntax16"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #990000;">echo</span></a> Mage<span style="color: #339933;">::</span><span style="color: #004000;">getModel</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'catalog/layer'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getCurrentCategory</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getDescription</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></li></ol></pre></div></div>
<p><strong>A Screenshot given below for reference</strong></p>
<p><img src="http://www.cogzideltemplates.com/blog/wp-content/uploads/category-name-and-description.jpg" alt="category name and description" title="category name and description" width="287" height="300" class="aligncenter size-full wp-image-5230" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fsteps-to-add-name-and-description-of-the-categories-in-magento%2F&amp;linkname=Steps%20to%20add%20name%20and%20description%20of%20the%20Categories%20in%20Magento"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/steps-to-add-name-and-description-of-the-categories-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write a Css code suitable for Mobile Resolutions</title>
		<link>http://www.cogzideltemplates.com/blog/how-to-write-a-css-code-suitable-for-mobile-resolutions/</link>
		<comments>http://www.cogzideltemplates.com/blog/how-to-write-a-css-code-suitable-for-mobile-resolutions/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:02:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tips]]></category>

		<guid isPermaLink="false">http://www.cogzideltemplates.com/blog/?p=5208</guid>
		<description><![CDATA[<br/>We have shared the steps to write a Css code suitable for Mobile Resolutions in this blog.
What’s the need for these types of Css?
When we apply normal css code in our site, the site will work properly. But when we go for mobile type and laptop type resolutions, normal css codes will not be able [...]]]></description>
			<content:encoded><![CDATA[<br/><p>We have shared the steps to write a Css code suitable for Mobile Resolutions in this blog.</p>
<h3><strong>What’s the need for these types of Css?</strong></h3>
<p>When we apply normal css code in our site, the site will work properly. But when we go for mobile type and laptop type resolutions, normal css codes will not be able to produce profitable results. In these types of css framework codes, we will need to check our site in mobile resolutions as well. That’s the reason for this type of code being far better than the earlier one.</p>
<p>The solution for this type of coding is very simple. We have given below the process to write a CSS code which will suit Mobile resolutions:</p>
<p>1. Initially, you will need to write this code in an index.html page</p>
<p>(A)  In the beginning of an html page, put this type of code before  tag.</p>
<p><strong> </strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax17"></a><a style="wp-synhighlighter-title" href="#codesyntax17"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;!doctype html&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;html lang=&quot;en&quot;&gt;</div></li></ol></pre></div></div></p>
<p><strong> </strong></p>
<p>(B)   After writing the above code inside the head tag, declare the types of codes shown below</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax18"></a><a style="wp-synhighlighter-title" href="#codesyntax18"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;head&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;meta charset=&quot;utf-8&quot; /&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt; </div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;!--[if lte IE 9]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;css/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;/&gt;&lt;![endif]--&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;link rel=&quot;stylesheet&quot; href=&quot;css/style.css&quot; media=&quot;screen&quot; /&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">(or)</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;link rel=&quot;stylesheet&quot; href=&quot; css / style.css &quot; media=&quot;only screen and (max-width:1023px)&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;link rel=&quot;stylesheet&quot; href=&quot;css/ mobile.css&quot; media=&quot;screen&quot; /&gt;</div></li></ol></pre></div></div></pre>
<p>Or</p>
<p>{Note : You declare below type you call a css code in separate stylesheet}</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax19"></a><a style="wp-synhighlighter-title" href="#codesyntax19"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;link rel=&quot;stylesheet&quot; href=&quot;css/mobile.css&quot; media=&quot;handheld, only screen and (max-width: 767px)&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/head&gt;</div></li></ol></pre></div></div></p>
<p>(C) After calling the css files in the head, you will need to write your html codes</p>
<p>For example:</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax20"></a><a style="wp-synhighlighter-title" href="#codesyntax20"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="php" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;div class=&quot;container&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;div&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;div class=&quot;onecol&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;p&gt;One&lt;/p&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/div&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;div class=&quot;onecol&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;p&gt;One&lt;/p&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/div&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;div class=&quot;onecol&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;p&gt;One&lt;/p&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/div&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;div class=&quot;onecol&quot;&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;p&gt;One&lt;/p&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/div&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/div&gt;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&lt;/div&gt;</div></li></ol></pre></div></div></p>
<p>(D)  At the last, create CSS files</p>
<p>In style .css write this code in the container</p>
<p>In css, initially you will need to set the padding for container:</p>
<pre><div><div class="wp-synhighlighter-expanded"><a name="#codesyntax21"></a><a style="wp-synhighlighter-title" href="#codesyntax21"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="css" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #6666ff;">.container</span>  <span style="color: #00AA00;">&#123;</span>  Padding-<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>  Padding-<span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>  <span style="color: #00AA00;">&#125;</span></div></li></ol></pre></div></div></pre>
<p>(2)   A common code is given below:</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax22"></a><a style="wp-synhighlighter-title" href="#codesyntax22"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="css" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">html<span style="color: #00AA00;">,</span>body<span style="color: #00AA00;">,</span>div<span style="color: #00AA00;">,</span>span<span style="color: #00AA00;">,</span>object<span style="color: #00AA00;">,</span>iframe<span style="color: #00AA00;">,</span>h1<span style="color: #00AA00;">,</span>h2<span style="color: #00AA00;">,</span>h3<span style="color: #00AA00;">,</span>h4<span style="color: #00AA00;">,</span>h5<span style="color: #00AA00;">,</span>h6<span style="color: #00AA00;">,</span>p<span style="color: #00AA00;">,</span>blockquote<span style="color: #00AA00;">,</span>pre<span style="color: #00AA00;">,</span>a<span style="color: #00AA00;">,</span>abbr<span style="color: #00AA00;">,</span>address<span style="color: #00AA00;">,</span>cite<span style="color: #00AA00;">,</span>code<span style="color: #00AA00;">,</span>del<span style="color: #00AA00;">,</span>dfn<span style="color: #00AA00;">,</span>em<span style="color: #00AA00;">,</span>img<span style="color: #00AA00;">,</span>ins<span style="color: #00AA00;">,</span>q<span style="color: #00AA00;">,</span>small<span style="color: #00AA00;">,</span>strong<span style="color: #00AA00;">,</span>sub<span style="color: #00AA00;">,</span>sup<span style="color: #00AA00;">,</span>dl<span style="color: #00AA00;">,</span>dt<span style="color: #00AA00;">,</span>dd<span style="color: #00AA00;">,</span>ol<span style="color: #00AA00;">,</span>ul<span style="color: #00AA00;">,</span>li<span style="color: #00AA00;">,</span>fieldset<span style="color: #00AA00;">,</span>form<span style="color: #00AA00;">,</span>label<span style="color: #00AA00;">,</span>legend<span style="color: #00AA00;">,</span>table<span style="color: #00AA00;">,</span>caption<span style="color: #00AA00;">,</span>tbody<span style="color: #00AA00;">,</span>tfoot<span style="color: #00AA00;">,</span>thead<span style="color: #00AA00;">,</span>tr<span style="color: #00AA00;">,</span>th<span style="color: #00AA00;">,</span>td<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>margin<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>padding<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">&#125;</span>article<span style="color: #00AA00;">,</span>aside<span style="color: #00AA00;">,</span>figure<span style="color: #00AA00;">,</span>figure img<span style="color: #00AA00;">,</span>figcaption<span style="color: #00AA00;">,</span>hgroup<span style="color: #00AA00;">,</span>footer<span style="color: #00AA00;">,</span>header<span style="color: #00AA00;">,</span>nav<span style="color: #00AA00;">,</span>section<span style="color: #00AA00;">,</span>video<span style="color: #00AA00;">,</span>object<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">&#125;</span>a img<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">&#125;</span>figure<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">&#125;</span>figure img<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">&#125;</span></div></li></ol></pre></div></div></p>
<p>(3)  You do not give width and height for images online. You must write these code in css for image tag</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax23"></a><a style="wp-synhighlighter-title" href="#codesyntax23"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="css" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">img<span style="color: #00AA00;">,</span> object<span style="color: #00AA00;">,</span> <span style="color: #993333;">embed</span> <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">img <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></div></li></ol></pre></div></div></p>
<p>(4)   The next step is <strong>Max-width: 1140px</strong> which is set to your div and also <strong>width: 100%</strong></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax24"></a><a style="wp-synhighlighter-title" href="#codesyntax24"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="css" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #6666ff;">.row</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1140px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">min-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">755px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.onecol</span> <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">4.85</span>%</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li></ol></pre></div></div></p>
<p>(5) After completion of the above steps comes the most important part where you will mention the code for various resolution here.</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax25"></a><a style="wp-synhighlighter-title" href="#codesyntax25"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="css" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #a1a100;">@media only screen and (max-width: 1023px) {</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">body <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.8em</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li></ol></pre></div></div></p>
<p>Below code is used for mobile. When you see the site in mobile resolution, these type of css code will be called.</p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax26"></a><a style="wp-synhighlighter-title" href="#codesyntax26"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="css" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #808080; font-style: italic;">/* Mobile */</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #a1a100;">@media handheld, only screen and (max-width: 767px) {</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">body <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">-webkit-text-size-adjust<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #6666ff;">.row</span><span style="color: #00AA00;">,</span> body<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.container</span> <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">100</span>%</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">min-width</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.onecol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.twocol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.threecol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.fourcol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.fivecol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.sixcol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.sevencol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.eightcol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.ninecol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.tencol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.elevencol</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.row</span> <span style="color: #6666ff;">.twelvecol</span> <span style="color: #00AA00;">&#123;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #00AA00;">&#125;</span></div></li></ol></pre></div></div></p>
<p>Upon completion of the steps stated above, you are done. You can now go and run your html  page in your browser and also check various resolutions.</p>
<p>Please refer to the Screenshots given below:</p>
<p><strong>1. Normal resolution</strong></p>
<p><img src="http://www.cogzideltemplates.com/blog/wp-content/uploads/normal1.jpg" alt="normal" title="normal" width="630" height="174" class="aligncenter size-full wp-image-5225" /></p>
<p><strong>2. Smaller Screen Resolution</strong></p>
<p><img src="http://www.cogzideltemplates.com/blog/wp-content/uploads/small1.jpg" alt="small" title="small" width="608" height="162" class="aligncenter size-full wp-image-5226" /></p>
<p><strong>3.  Mobile resolution</strong></p>
<p>In this type of resolution, the entire floating elements are mentioned as none in css. Please refer to the css codes given above in this post.</p>
<p><img src="http://www.cogzideltemplates.com/blog/wp-content/uploads/mobile1.jpg" alt="mobile" title="mobile" width="563" height="494" class="aligncenter size-full wp-image-5227" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.cogzideltemplates.com%2Fblog%2Fhow-to-write-a-css-code-suitable-for-mobile-resolutions%2F&amp;linkname=How%20to%20write%20a%20Css%20code%20suitable%20for%20Mobile%20Resolutions"><img src="http://www.cogzideltemplates.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.cogzideltemplates.com/blog/how-to-write-a-css-code-suitable-for-mobile-resolutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

