Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Center the Center column

    I tried margins on the side boxes and reducing the width of the center column but it always draws towards the left column. Is there a way to center it. Thanks. http://www.estore.haskellgraphics.co...index&cPath=73

  2. #2
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Center the Center column

    Think I need to modify something here but I can't find anything that will center it.
    Code:
    .centerColumn {
        background-color:#FFFFFF ;
        width: 650px;
         
    
    }

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

    Default Re: Center the Center column

    try adding the following to your .centercolumn declaration

    .centerColumn {
    margin:0 auto; try adding this.
    background-color:#FFFFFF ;
    width: 650px;


    }

  4. #4
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Center the Center column

    Perfect. Thanks man. Still getting the hang of positions. Appreciate it.

 

 

Similar Threads

  1. Help Center Live - center the online/offline box
    By terryparley in forum General Questions
    Replies: 5
    Last Post: 9 Oct 2009, 03:01 AM
  2. Widen the center column
    By Resqjock in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Oct 2008, 10:14 PM
  3. How do I get the home/login etc buttons to center and the attributes box to center?
    By eye will in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Nov 2007, 09:11 AM
  4. Adding wrappers to the center column
    By mejobloggs in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Sep 2006, 08:38 AM

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