<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Design Layout</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Design Layout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 08:07:18 +0000</pubDate>
  <lastBuildDate>Sun, 09 Mar 2014 10:02:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=5819</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Design Layout : Thanks, that last line was the...]]></title>
   <link>https://forum.productcart.com/design-layout_topic5819_post21881.html#21881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2067">josh</a><br /><strong>Subject:</strong> 5819<br /><strong>Posted:</strong> 09-March-2014 at 10:02am<br /><br />Thanks, that last line was the missing clincher.. &nbsp;<div><span style="line-height: 1.4;">Can you call me to discuss adjusting with some redesign of my header / footer for my main site for pay. My number 718.569.7722</span><div><br>Thanks.&nbsp;</div></div>]]>
   </description>
   <pubDate>Sun, 09 Mar 2014 10:02:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/design-layout_topic5819_post21881.html#21881</guid>
  </item> 
  <item>
   <title><![CDATA[Design Layout : Hi Josh,1. Edit the header.asp...]]></title>
   <link>https://forum.productcart.com/design-layout_topic5819_post21879.html#21879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=77">netprofits</a><br /><strong>Subject:</strong> 5819<br /><strong>Posted:</strong> 08-March-2014 at 9:21pm<br /><br />Hi Josh,<br><br>1. Edit the header.asp file and look for this code near the bottom:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp; &nbsp;&nbsp;&nbsp; &lt;div id="pcMainArea-RIGHT"&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--#include file="CategorySearchFields.asp"--&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id="pcMainArea-PRICE"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;h3&gt;Browse by Price&lt;/h3&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ul&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="showsearchresults.asp?priceFrom=0&amp;priceUntil=20"&gt;Below $20&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="showsearchresults.asp?priceFrom=20&amp;priceUntil=50"&gt;From $20 to $50&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="showsearchresults.asp?priceFrom=50&amp;priceUntil=100"&gt;From $50 to $100&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="showsearchresults.asp?priceFrom=100&amp;priceUntil=9999999"&gt;Over $100&lt;/a&gt;&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/ul&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &lt;!--#include file="SmallRecentProducts.asp"--&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br></pre></td></tr></table><br><br>That defines the right column. If you want to keep any of the content in that column, move it first and then remove all of that code.<br><br>2. Edit the pcheaderfooter11.css file (or whatever pcheaderfooter file you have). Search for the code below:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; /* Main area */<br>&nbsp;&nbsp;&nbsp; #pcMainArea-CENTER {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; margin: 12px 196px;<br></pre></td></tr></table><br><br>and change it to: <br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; /* Main area */<br>&nbsp;&nbsp;&nbsp; #pcMainArea-CENTER {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; margin: 12px 0px 12px 196px;<br></pre></td></tr></table><br><br>This removes the right margin from the center content area.<br><br>For more details on setting up the template, see this wiki article:<br>http://wiki.productcart.com/productcart/storefront-integrate<br><br>Hope that helps!<br>]]>
   </description>
   <pubDate>Sat, 08 Mar 2014 21:21:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/design-layout_topic5819_post21879.html#21879</guid>
  </item> 
  <item>
   <title><![CDATA[Design Layout : Can someone tell me exactly how...]]></title>
   <link>https://forum.productcart.com/design-layout_topic5819_post21878.html#21878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2067">josh</a><br /><strong>Subject:</strong> 5819<br /><strong>Posted:</strong> 08-March-2014 at 5:58pm<br /><br />Can someone tell me exactly how to remove the right column in the design layout and have the Main section use more horizontal space. I've checked the Pcheaderfooter.css file and can't find the right-margin width to remove ?<div><br></div><div>Quick assistance greatly appreciated.</div>]]>
   </description>
   <pubDate>Sat, 08 Mar 2014 17:58:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/design-layout_topic5819_post21878.html#21878</guid>
  </item> 
 </channel>
</rss>