Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    5
    Plugin Contributions
    0

    Default Assistance with product description & title align left?

    Hi Everyone,
    I've been having some difficulty trying to figure out how to do this, if someone could help it would be much appreciated!

    These are music products, v 1.3.7, I'm trying to get 2 changes done:
    1. remove the product description from these pages These are listings 2 categories deep.
    I've set Admin > configuration > all listing > display product description to 0, but it's just not doing it for some reason (does this have to do w/ the fact it is a music product?...) (the yellow outlined sections)

    2. align the title of these products to the left. (the red arrow)

    screenshot: http://www.godigitalartists.com/stat...gn-product.jpg

    any help would be appreciated, thanks so much!
    - chris

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Assistance with product description & title align left?

    in the stylesheet.css for the template that you are using find this entry or if not there add it - .productListing-data(scroll in the box below for the red entry)
    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;
    	}
    Separate it out and change to left like:
    Code:
    .productListing-data {
    text-align: left;
    }
    .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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    I've set Admin > configuration > all listing > display product description to 0,
    If this is the same listing that you are referring to in that other part of this post you do not want the "all listing" but the "product listing" try that
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2006
    Posts
    5
    Plugin Contributions
    0

    Default Re: Assistance with product description & title align left?

    thanks kobra, i'm going to try these changes when i get home!

 

 

Similar Threads

  1. How to align Product Description to Left?
    By nesum18 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Dec 2012, 02:38 AM
  2. Product description left align or justify 1.3.8
    By luvvvvvit in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Aug 2010, 05:57 PM
  3. productName, product Prices - left align
    By cirque in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 May 2007, 03:41 PM
  4. Product Title & Product Description
    By mytoyo in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 23 Oct 2006, 02:27 AM

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