Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Text align on Product listing

    Hi guys,
    I'm trying to change the text in the product listing pages to align left in their columns (name, model & manufacturer). I've added the following to my stylesheet which has successfully aligned the product name cloumn text left:-

    .itemTitle { text-align:left;}
    .listingDescription { text-align:left;}

    how can i do to make the model and manufacturer coluumns do the saem? Also the header which says product name is still aligned centre in its column, even though the text unded it is. Any ideas how I can change this also.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Text align on Product listing

    Quote Originally Posted by shakur96 View Post
    Hi guys,
    I'm trying to change the text in the product listing pages to align left in their columns (name, model & manufacturer). I've added the following to my stylesheet which has successfully aligned the product name cloumn text left:-

    .itemTitle { text-align:left;}
    .listingDescription { text-align:left;}

    how can i do to make the model and manufacturer coluumns do the saem? Also the header which says product name is still aligned centre in its column, even though the text unded it is. Any ideas how I can change this also.
    Sh,
    A link to view this page is very handy??

    Are you using Firefox Browser along with the add on's called Firebug & Web Developer

  3. #3
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Text align on Product listing


  4. #4
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Text align on Product listing

    Anyone? prob a case of a nother cmand in my styleheet only dunno what. The manfacturer field on mymsite is calde "venue" in case you wondered.

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Text align on Product listing

    Quote Originally Posted by shakur96 View Post
    Anyone? prob a case of a nother cmand in my styleheet only dunno what. The manfacturer field on mymsite is calde "venue" in case you wondered.
    Sh,
    Did you try the firefox browser with Web Developer yet???

    Locate this:
    includes/templates/tickets/css/stylesheet.css
    Find this:

    FORM, SELECT {
    display:inline;
    font-size:1em;
    margin:.5em;
    }

    1. The .5 above is the problem here should be 0em;

    Find this:

    #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
    margin:.5em;
    }

    1. All we half to do to delete the , #indexProductListCatDescription from above
    2. As indicated below

    Change to this please:
    #navCategoryIcon, .buttonRow {
    margin:.5em;
    }

  6. #6
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Text align on Product listing

    Thanks for the reply. Made the changes to stylesheet, no change im afraid.

 

 

Similar Threads

  1. v153 Vertically Align Product Listing Price On Same Line
    By choochoo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Oct 2014, 10:03 PM
  2. CSS - Vertical align Price to middle on Product Listing
    By JenniferXO in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Apr 2014, 05:06 AM
  3. Images don't align in my product listing
    By litepockets in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Apr 2008, 07:08 AM
  4. align product listing headings and data?
    By Lisa in Vermont in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Aug 2007, 09:26 PM
  5. How do I align the text and nav bars on the product info and product listing pages?
    By aaelghat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Apr 2007, 03:42 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