Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2005
    Posts
    11
    Plugin Contributions
    0

    Default Align the shop to the left

    by default the whole cart is centered. i want to move it to left similar to margin-left: 0, but cant seem to figure this one out.

    thank you!

  2. #2
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Align the shop to the left

    Which template are you using ? can we have a URL to peek at to help sort it out ?
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  3. #3
    Join Date
    Jul 2005
    Posts
    11
    Plugin Contributions
    0

    Default Re: Align the shop to the left

    i believe i am using the classic template.

    heres the link. i havent really done anything to it.
    http://mymy.us/store/

  4. #4
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Align the shop to the left

    In your stylesheet change this :
    #mainWrapper {

    background-color: #ffffff;

    text-align: left;

    width: 750px;

    vertical-align: top;

    }

    To #mainWrapper {

    background-color: #ffffff;

    float: left;

    width: 750px;

    vertical-align: top;

    }

    I believe that will fix it for you - though I am no pro with the classic template - I always work with template default and adjust / change the css and files as needed ;)
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  5. #5
    Join Date
    Aug 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Align the shop to the left

    Quote Originally Posted by TinaS View Post
    In your stylesheet change this :
    #mainWrapper {

    background-color: #ffffff;

    text-align: left;

    width: 750px;

    vertical-align: top;

    }

    To #mainWrapper {

    background-color: #ffffff;

    float: left;

    width: 750px;

    vertical-align: top;

    }

    I believe that will fix it for you - though I am no pro with the classic template - I always work with template default and adjust / change the css and files as needed ;)
    Just wanted to say that this solution was perfect for me - many thanks TinaS

    I would suggest though adding the Float: left in addition to the text-align

    Nice one!!!

 

 

Similar Threads

  1. How to left align the text in the item name column please
    By angelicdezigns in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 17 Apr 2007, 05:18 AM
  2. I want to align the whole store to the left?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Mar 2007, 10:57 AM
  3. Align shop to the left.
    By guimaraes in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jun 2006, 05:13 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