Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Align sideboxes to the left

    I'm happy with everything in the sideboxes being centered apart from the bestsellers - can this be aligned left? http://www.skateboardstickers.co.uk/

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Align sideboxes to the left

    Admin > Tools > Layout Boxes Controller

    look for Box Name: best_sellers.php click edit, then Location: (Single Column ignores this setting) set to Left

    You may need to adjust your sort order

  3. #3
    Join Date
    Jul 2009
    Location
    Prague, Czech Republic
    Posts
    530
    Plugin Contributions
    0

    Default Re: Align sideboxes to the left

    monkeytastic means to align the text left in the sidebox, not the location of the sidebox, text is currently centered

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Align sideboxes to the left

    Quote Originally Posted by Twaddle View Post
    monkeytastic means to align the text left in the sidebox, not the location of the sidebox, text is currently centered
    Only shows that I'm still half asleep ---- sorry.

    In the stylesheet.css look for bestsellersContent (around line 1137) and code to align left

    failing that look at line 1286

    #bestsellers li {
    margin: 0.3em 0;
    padding: 0;
    align: left;
    }
    Last edited by frank18; 9 Apr 2010 at 12:55 AM.

  5. #5
    Join Date
    Jul 2009
    Location
    Prague, Czech Republic
    Posts
    530
    Plugin Contributions
    0

    Default Re: Align sideboxes to the left

    Quote Originally Posted by frank18 View Post
    Only shows that I'm still half asleep ---- sorry.

    In the stylesheet.css look for bestsellersContent (around line 1137) and code to align left
    You've redeemed yourself

  6. #6
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: Align sideboxes to the left

    No he hasn't - it doesn't work!



    any other ideas?

  7. #7
    Join Date
    Jul 2009
    Location
    Prague, Czech Republic
    Posts
    530
    Plugin Contributions
    0

    Default Re: Align sideboxes to the left

    ROFLMAO

    Come on Frank, step up again

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Align sideboxes to the left

    Your template is highly customized, and has eliminated all standard identifiers from the main structure. It is entirely composed of anonymous tables until you get to the lower content level, and the div that holds the sideboxes has an inline attribute of align="center". This is a very poorly constructed template, and a lot of work went into mucking it up.

    Add to your stylesheet (doesn't really matter which one, though for clarity I would stick it in the betterCategories one):
    Code:
    .betterBestsellers {text-align: left;}

  9. #9
    Join Date
    Dec 2006
    Posts
    141
    Plugin Contributions
    0

    Default Re: Align sideboxes to the left

    gjh42 - thanks, that's working great now.

    I recently paid a company $199 for a custom design and wish I didn't - There has been a lot of emailing back and forth with problems needing to be fixed. I'd have been better off sticking to learning how to do it myself. I've had to change alot of it myself since it was "redesigned".

    I'm now trying to align the shopping cart sidebox to the left. Could you please help me with that. An couple of items would have to be added to the shopping cart for you to be able to see the sidebox.

  10. #10
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Align sideboxes to the left

    You were close. The last statement in stylesheet.css should be:

    #shoppingcartContent {text-align: left;}

    That's an id, not a class, so it's # rather than .

    Also, CSS is case-sensitive.

 

 
Page 1 of 2 12 LastLast

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