Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2011
    Posts
    7
    Plugin Contributions
    0

    Default How do i center price/name/addtocart buttons on listing page?

    So i want to make the alignment of those items on center of the image .. is there any easy way of doing this?
    Oh and another quick question where do i change the color of the font for prices? i want em to be red but couldn't find which css file i need to look for.. Thanks!

    btw this is the link to site

    http://helloiholic.com/index.php?mai...dex&cPath=1_34

  2. #2
    Join Date
    Jul 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: How do i center price/name/addtocart buttons on listing page?

    For your font color :

    includes/templates/theme539/css/stylesheet_flexible_product_listing.css

    .listingPrice (ligne 15)

    {

    text-align: left;

    color: #db61c8;

    }

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How do i center price/name/addtocart buttons on listing page?

    Find this in stylesheet_tm.css and add the red part:

    .product-col{
    width:220px;
    padding-bottom:14px;
    margin-bottom:20px;
    text-align: center;
    }

 

 

Similar Threads

  1. v139h Product listing: remove filters to order by price or name. How?
    By ilmarchez in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 May 2012, 02:54 AM
  2. how to align buttons on the product listing page on the same horizontal line?
    By evaky in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 Oct 2011, 05:14 PM
  3. Replies: 0
    Last Post: 10 Oct 2011, 12:39 AM
  4. Replies: 3
    Last Post: 17 Oct 2009, 01:02 PM
  5. How do I get the home/login etc buttons to center and the attributes box to center?
    By eye will in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Nov 2007, 09:11 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