ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Cart Alignment Change
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Cart Alignment Change

 Post Reply Post Reply
Author
Message
Chunga View Drop Down
Newbie
Newbie
Avatar

Joined: 27-September-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chunga Quote  Post ReplyReply Direct Link To This Post Topic: Cart Alignment Change
    Posted: 27-September-2007 at 9:29am

By Default the Entire store is aligned center.

What class and tag controls the store alignment, as my client wants his entire store left justified.

 

thanks.

Back to Top
netprofits View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 05-January-2006
Location: United States
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote netprofits Quote  Post ReplyReply Direct Link To This Post Posted: 27-September-2007 at 9:49am

Check the pcHeaderFooter.css file. Near the top is this class:

body {
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 11px;
 color: #333333;
 text-align: center;
 background-color: #FFFFFF;
}

Change the text-align: center; to be text-align: left;

NetProfits Internet Consulting

Certified ProductCart Developer

Our Site
Back to Top
Chunga View Drop Down
Newbie
Newbie
Avatar

Joined: 27-September-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chunga Quote  Post ReplyReply Direct Link To This Post Posted: 27-September-2007 at 10:24am

I made the change you outlined and, even though It reflects the change in Dreamweaver, when I upload the .CSS to the site, It still is centered. I've cleared my cache, viewed it on machines that have never visit4ed it (therefore having no cache problem) and even deleted the .css manually from the remote machine and uploaded it as to eliminate the possibility of a locked file.

Any suggestions and/or something that might be overriding the class?

 

Thanks

Back to Top
netprofits View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 05-January-2006
Location: United States
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote netprofits Quote  Post ReplyReply Direct Link To This Post Posted: 27-September-2007 at 10:26am
Can you post the URL so we can take a look at the HTML behind the scenes?
NetProfits Internet Consulting

Certified ProductCart Developer

Our Site
Back to Top
Chunga View Drop Down
Newbie
Newbie
Avatar

Joined: 27-September-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chunga Quote  Post ReplyReply Direct Link To This Post Posted: 27-September-2007 at 10:32am
Back to Top
netprofits View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 05-January-2006
Location: United States
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote netprofits Quote  Post ReplyReply Direct Link To This Post Posted: 27-September-2007 at 1:16pm

In the pcHeaderFooter you'll need to remove the following lines:
   margin-left: auto;
   margin-right: auto;
from the #pcHeader style and the #pcMainArea. I tested that on one of our development sites and it worked.

NetProfits Internet Consulting

Certified ProductCart Developer

Our Site
Back to Top
Chunga View Drop Down
Newbie
Newbie
Avatar

Joined: 27-September-2007
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Chunga Quote  Post ReplyReply Direct Link To This Post Posted: 27-September-2007 at 1:40pm

That worked!!

Thanks very much.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.