How To Center aStore Themes?

Discussion in 'Amazon' started by BlueRoses, Feb 6, 2009.

  1. #1
    I just created my first aStore, but when browsing the themes I noticed that most of them are aligned to the left. This looks very tacky to me, could someone point me in the right direction for centering the one I select? Or does anyone know of anywhere to buy a nice, centered theme?
     
    BlueRoses, Feb 6, 2009 IP
  2. talentshow

    talentshow Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Go to Edit css
    body {
    text-align:center;
    }

    #wrap {
    margin:0 auto;
    text-align:left;
    }
    This code insert to left. Do not copy the right side to add it to automatic.
     
    talentshow, Feb 7, 2009 IP
    Tyler Banfield likes this.
  3. BlueRoses

    BlueRoses Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you for the help, I do appreciate it!
     
    BlueRoses, Feb 7, 2009 IP
  4. Wachiraj

    Wachiraj Greenhorn

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    body {
    margin:24px;
    padding:0px;
    background:#E7E4D0;
    color:#000000;
    min-width:748px;
    font-family:'Verdana', sans-serif;
    font-size:9pt;
    font-weight:500;
    line-height:12pt;
    text-decoration: none;
    text-align:center;
    }

    #wrap {
    width:880 px;
    margin:0 auto; }
    text-align:left; }

    }
     
    Wachiraj, Jun 2, 2009 IP
  5. Wachiraj

    Wachiraj Greenhorn

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    you can Customize width of page.! Below

    table.products {
    width:650px;
    font-family:’Verdana’, sans-serif;
    font-size:9pt;
    }
     
    Wachiraj, Jun 2, 2009 IP
  6. Wachiraj

    Wachiraj Greenhorn

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Sorry correction: New.
    body {
    margin:24px;
    padding:0px;
    background:#E7E4D0;
    color:#000000;
    min-width:748px;
    font-family:'Verdana', sans-serif;
    font-size:9pt;
    font-weight:500;
    line-height:12pt;
    text-decoration: none;
    text-align:center;
    }

    #wrap {
    width:880 px;
    margin:0 auto;
    text-align:left;


    }
     
    Wachiraj, Jun 3, 2009 IP
  7. blogsite

    blogsite Peon

    Messages:
    81
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thank you guys very much, it's works perfect for me.
     
    blogsite, Feb 17, 2010 IP
  8. gabrial

    gabrial Active Member

    Messages:
    238
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #8
    thanks Wachiraj
     
    gabrial, Feb 19, 2010 IP