Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    26
    Plugin Contributions
    0

    Resize and center a Purpleshade template

    Hi, I am using a purpleshade template for ZC 1.3.5. It is designed with width=100%, but I would like to resize width of template to 750px. I manage to do it with:
    #mainWrapper {
    /* background-color: #ffffff; */
    text-align: left;
    position: center;
    width: 750px;
    vertical-align: top;
    }

    but now whole template is left aligned and I want it to be in center. Also Header section must be resized to 750px and aligned to center. I want it to look something like Classic template, nerrowed to 750px and centered in horizontal alignment.

    Thanks.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Resize and center a Purpleshade template

    Make the change in the highlighted portion:

    Code:
    #mainWrapper {
    /* background-color: #ffffff; */
    text-align: left;
    margin: 0 auto;
    width: 750px;
    vertical-align: top;
    }

 

 

Similar Threads

  1. Replies: 8
    Last Post: 8 Jul 2009, 12:39 PM
  2. Question regarding purpleshade template
    By nerdygurl in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Sep 2008, 01:46 PM
  3. Replies: 2
    Last Post: 8 Feb 2008, 04:47 PM
  4. Replies: 2
    Last Post: 3 Sep 2007, 06:07 PM
  5. Replies: 0
    Last Post: 22 Aug 2007, 10:40 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR