Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2012
    Posts
    50
    Plugin Contributions
    0

    Default How to align Product Description to Left?

    Hello, I have a custom template, and when I add the description, it all appears in the middle....and i've searched and searched and tried almost everything I could try to make it align to the left but nothing seems to be working ....plz help

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

    Default Re: How to align Product Description to Left?

    A link to this
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2012
    Location
    Rockville, Maryland, United States
    Posts
    5
    Plugin Contributions
    0

    Default Re: How to align Product Description to Left?

    this is defined in the css file

    at approximately line 1059, you will find the following:

    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 want to extract (cut & paste) "productListing-data" from the middle of this list, and paste it either above or below (or even at the end of the css file):

    Code:
    .productListing-data {
    
    	text-align: left;
    
    }

 

 

Similar Threads

  1. align product item name to the left: how?
    By davebeing in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2011, 08:16 PM
  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. How to align product images to left?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 24 Nov 2009, 09:25 AM
  4. Assistance with product description & title align left?
    By itsxtian in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Jan 2007, 10:49 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR