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)
|