Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Featured Products - align left

    How can I make the products in the Featured Products box align left? I've tried changing so many things in the stylesheet I'm going squirly....

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

    Default Re: Featured Products - align left

    This is really strange...
    An error in entry (comma instead of period) made this work:

    #featuredContent,sideboxContent {text-align: left;}

    when the correct statement is

    #featuredContent.sideboxContent {text-align: left;}

    which doesn't work.
    No other combinations I have tried yet work, either.


    Did you mean centerbox or sidebox?
    Last edited by gjh42; 30 Aug 2007 at 09:13 PM.

  3. #3
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Featured Products - align left

    It was the center box (here: www.undergroundtoys.co.uk/fgstore)....

    Looking at the source code it's:

    <div class="centerBoxWrapper" id="featuredProducts">
    <h2 class="centerBoxHeading">Featured Products</h2>
    <div class="centerBoxContentsFeatured centeredContent back" style="width: 100%;"><a href="http://www.undergroundtoys.co.uk/fgstore/index.php?main_page=product_info&amp;products_id=182"><img src="images/UT85.jpg" alt="Stewie Fridge Magnet - Bottle Opener" title=" Stewie Fridge Magnet - Bottle Opener " height="80" width="37"></a>&nbsp;<a href="http://www.undergroundtoys.co.uk/fgstore/index.php?main_page=product_info&amp;products_id=182">Stewie Fridge Magnet - Bottle Opener</a>&nbsp;£6.99</div>
    <br class="clearBoth">

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

    Default Re: Featured Products - align left

    .centerBoxContentsFeatured {text-align: left; margin-left: 10px;}

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

    Default Re: Featured Products - align left

    Ta for that and yep, that should've worked... but something else seems to be dictating the odds here...

  6. #6
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Featured Products - align left

    Found it.... stared so long at the code couldn't see the wood for the css...

    .centeredContent {text-align:left;}

    Maybe combined with the .centerBoxContentsFeatured {text-align: left; margin-left: 10px;} cracked it....

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

    Default Re: Featured Products - align left

    I think putting the .centerBoxContentsFeatured at the end of the stylesheet made it override .centeredContent.
    When I tested it it worked exactly as I posted.

    .centeredContent {text-align:left;} by itself will make things that should be centered go left instead.

 

 

Similar Threads

  1. Help with making products align left instead of centered in the listings...
    By BenhamCollectibles in forum General Questions
    Replies: 17
    Last Post: 5 Dec 2009, 06:03 PM
  2. Left align page
    By nommon in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Sep 2009, 02:39 AM
  3. css align left
    By karen in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 May 2008, 08:01 AM
  4. Align Categories Left
    By cotswold in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2007, 08:28 PM
  5. Text align left
    By Kitty in forum General Questions
    Replies: 3
    Last Post: 16 Nov 2006, 05:00 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