Print Page | Close Window

Removing right column

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=4455
Printed Date: 12-July-2025 at 4:20pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Removing right column
Posted By: hadijouma
Subject: Removing right column
Date Posted: 04-May-2011 at 12:19am
I want to remove the right column completly from my PC (standard) then extend the center (main) table all the way to the right. I have tried everything but no success.

Any help of what to edit would be appreciated.



Replies:
Posted By: intour
Date Posted: 14-May-2011 at 5:29am

From what you have it sounds like you are using the standard website template that comes with productCart.

It is quite easy to do what you are asking but it needs the CSS editing.
 
In the Productcart/pc folder find the file pcheaderFooter09.CSS. The code that governs the width of the main containers and left and right columns is here.
 
the file /* Main container */
 #pcMainArea08 {
   width: 1100px;
   background-color: #FFF;
   margin: 0 auto 3px auto;
   border: none;
  }
  
 /* Left-side column */
 #pcMainArea08-LEFT {
   width: 190px;
   float: left;
   text-align: left;
   vertical-align: top;
   margin: 15px 5px 20px 10px;
   /* IE 6 double margin fix */
   display: inline;
  }
 /* Main area */
 #pcMainArea08-PC {
  margin: 0 205px;
  padding-top: 16px;
  }
  
 /* Right-side column */
 #pcMainArea08-RIGHT {
   width: 190px;
   float: right;
   text-align: left;
   vertical-align: top;
   margin: 15px 2px 20px 5px;
   /* IE 6 double margin fix */
   display: inline;
  }
  
/* ----- Main Area Layout - END ----- */
 
Remenber that you will need to edit the file header.asp to remove the content inside the right column between these tags: <div id="pcMainArea08-RIGHT"></div>
 
You can simply remove the whole column from the page if you want to.
 
You don't have to use ProductCarts template eaither. You can shoose almost any design you like and turn it into a productcart template with 1, 2, 3 or 4 columns.
 
Nigel
 
 
 
 


-------------
http://www.innerview.co.uk - Innerview
Productcart Platinum Reseller
Web Design/Hosting/Virtual Tours



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net