Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Product listing page alignment problem

    I trying to get this aligned in the box correctly can someone please help me and tell me what i need to add to get it correctly?

    Thank you

    Can be seen here: http://dealz-r-us.com/index.php?main...dex&cPath=2_24
    [FONT=Comic Sans MS]Don Scott
    http://dealz-r-us.com
    [/FONT]

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Product listing page alignment problem

    The background for the product is not centered in the product space. Your stylesheet.css has this:
    Code:
    /* Product list page */
    
    .centerBoxContentsProducts {
    	background-image:url(../images/product_cell_1.jpg);
    	padding-bottom: 1.5em;
    	padding-top: 1.5em;
    	margin-right: -0.06em;
    	margin-left: -0.06em;
    	background-repeat: no-repeat;
    	padding-left: 0.1em;
    	padding-right: 0.1em;
    	background-attachment: scroll;
    	background-position: 0px 0px;
    	}
    Change the
    background-position: 0px 0px;
    to
    background-position: top center;

  3. #3
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: Product listing page alignment problem

    Quote Originally Posted by gjh42 View Post
    The background for the product is not centered in the product space. Your stylesheet.css has this:
    Code:
    /* Product list page */
    
    .centerBoxContentsProducts {
        background-image:url(../images/product_cell_1.jpg);
        padding-bottom: 1.5em;
        padding-top: 1.5em;
        margin-right: -0.06em;
        margin-left: -0.06em;
        background-repeat: no-repeat;
        padding-left: 0.1em;
        padding-right: 0.1em;
        background-attachment: scroll;
        background-position: 0px 0px;
        }
    Change the
    background-position: 0px 0px;
    to
    background-position: top center;
    That worked perfect Thank you very much.
    [FONT=Comic Sans MS]Don Scott
    http://dealz-r-us.com
    [/FONT]

 

 

Similar Threads

  1. v139h Please Help, Problem with home page ( Index listing or Product listing )
    By oziweb in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 6 Apr 2013, 05:15 AM
  2. Product Listing Alignment Problem with Column Grid Mod in FF
    By bizarrogir in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 16 Jul 2011, 08:37 AM
  3. Column Alignment in Product Listing
    By wiccan0974 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jun 2010, 10:29 AM
  4. Unusual Product listing Alignment problem
    By Sawhorse in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 18 Feb 2008, 03:50 PM
  5. Product Listing Alignment Problem with Column Grid Mod in FF
    By bizarrogir in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Aug 2007, 12:02 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