Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Zen cart width and alignment?

    OK, I read the following in the FAQs section:

    How do I change the width of the template? (V1.3+)
    FOR v1.3.x, assuming you've based your template on "template_default": open your stylesheet and find

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    vertical-align: top;
    }

    Simply change 100% to 750px or whatever width you desire
    But changing that doesn't do anything to the width of my site. I am using a custom template based on template_default, so I only have one stylesheet. I did get the width to change by doing the following:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #ffffff;
    width: 75%;
    }
    But then the page is not centered, it is aligned to the left. What am I missing here?

    Thanks!

    P.S. This isn't for the site in my siggy :)

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Zen cart width and alignment?

    Try adding
    text-align: center;

  3. #3
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Zen cart width and alignment?

    I had already tried that :) I fixed it finally by adding this:

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #ffffff;
    width: 900px;
    margin: auto;
    }

    I still don't know why it didn't work for me to change the #mainWrapper, but oh well, at least it worked somehow!

    Thanks!

 

 

Similar Threads

  1. v153 Overall width and sidebar alignment problems
    By amyleew in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Sep 2014, 04:55 AM
  2. Logo and Shopping Cart re-alignment?
    By webdesign.jmb in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Oct 2010, 06:00 PM
  3. Attribute table width + Alignment
    By Rainyplace in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Dec 2009, 09:23 AM
  4. How do I change the width of my zen-cart site? - Apple Zen
    By mccawphoto in forum Addon Templates
    Replies: 3
    Last Post: 10 Feb 2009, 01:20 AM
  5. Flash alignment, width
    By TCC_Inc in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 May 2007, 04:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg