View Single Post
  #2  
Old 07-08-2013, 09:07 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: Ideal Comfort Featured Page

1 - You have a small image that is being placed absolutely (top 0, left 0) on top of the black background - that is what is causing that small white notch on your black background. Here is the css doing that:

.products-list .buy-now .quantity img.left_crns_qty, .products-table .buy-now .quantity img.left_crns_qty, .product-input .quantity img.left_crns_qty {
left: 0;
}
.products-list .buy-now .quantity img, .products-table .buy-now .quantity img, .product-input .quantity img {
position: absolute;
top: 0;
}
p.s. I see this on every page with quantity boxes, not just home.

2 - If you want the table for featured products to have the same css class as other pages, for example on the product page, set the table.welcome-table to be 100%.


---
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote