Thread: Text alignment

Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2007
    Posts
    8
    Plugin Contributions
    0

    Default Text alignment

    Ok I would like to seperate #navCatTabsWrapper, from the bottom declatration so I can align the text to the bottom. How is this accomplished? Thanks in advance!

    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
     text-align: center;
     }

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Text alignment

    Quote Originally Posted by inhome View Post
    Ok I would like to seperate #navCatTabsWrapper, from the bottom declatration so I can align the text to the bottom. How is this accomplished? Thanks in advance!

    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
     text-align: center;
     }
    You wouldn't use text-align:bottom, you'd use vertical-align:bottom., and you'd probably need to declare it for #navCatTabs instead. And I think #navCatTabs or #navCatTabsWrapper are going to need a specific height. Vertical aligning is a very tricky css style to apply. Perhaps if you sent a link to your site, I can help you more efficiently.

  3. #3
    Join Date
    Jan 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Text alignment

    www.inhomedirect.com


    Quote Originally Posted by jettrue View Post
    You wouldn't use text-align:bottom, you'd use vertical-align:bottom., and you'd probably need to declare it for #navCatTabs instead. And I think #navCatTabs or #navCatTabsWrapper are going to need a specific height. Vertical aligning is a very tricky css style to apply. Perhaps if you sent a link to your site, I can help you more efficiently.

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Text alignment

    Quote Originally Posted by inhome View Post
    I'm not positive what your future plans are for that header, but this:

    #navCatTabs {padding-top:2.5em;}

    Moves the grey links down below the word "Search" and the "Go".

  5. #5
    Join Date
    Jan 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Text alignment

    That did it! thanks Jade!


    Quote Originally Posted by jettrue View Post
    I'm not positive what your future plans are for that header, but this:

    #navCatTabs {padding-top:2.5em;}

    Moves the grey links down below the word "Search" and the "Go".

 

 

Similar Threads

  1. Text Alignment
    By ephotozine in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2011, 03:49 PM
  2. Text Alignment
    By danwebman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Dec 2008, 02:01 PM
  3. Text alignment
    By hamid84 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2008, 09:44 PM
  4. Text alignment
    By Predator1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Sep 2006, 06:48 AM
  5. Text Alignment
    By guscott in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Aug 2006, 06:34 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