![]() |
Ideal Comfort Featured Page
Can anyone please help guide me here... I am trying to figure out a few issues with the Feature Products of Ideal Comfort..
1 - I have them show on my home.php but the beginning of the black background bar behind the text is messed up (and not on any other page). 2 - The width of this page is different... how do I set it not to be or tell it to use a 4th column? Thanks in advance... and yes I have firebug and webmaster mode but I still don't know where to make these changes. EDIT: You can view the page here: http://www.greatlakesvacuum.com/home.php |
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%. --- |
Re: Ideal Comfort Featured Page
Ok, those worked but it created a new problem...
http://www.greatlakesvacuum.com/home.php Look at the add to cart button?! |
Re: Ideal Comfort Featured Page
I am not familiar with the template you are using, and why there are images inside the quantity class, but, if you are not using them, you could just remove those images from the template, or use css to not display them. Or, if you want to keep the images, use css to set the height of the quantity div to be at least as high as the tallest image inside of it.
---- |
Re: Ideal Comfort Featured Page
I guess I don't really understand... I mean why does the stupid title bar have anything to do with the quantity boxes? I tried taking them out and it messes the page all up. I guess I can live with the dumb white chunks missing out of the title bar but why do they have to be there? If I comment out the section you poined out (which I only have to do the position: absolute part and then one part of the left chunk... it messes the quantity boxes all up.
Any way to dumb this down for me? |
Re: Ideal Comfort Featured Page
I assume you modified the original skin where the images were used to create a box? When you did the mods, you might have changed the css so that it started to move the images to unexpected places.
I am not familiar with this template, but I would assume that you could open up webmaster mode, trace to the template where the images are, and remove them. Another option is to find the css that defines the images, and set them to: display:none --- |
All times are GMT -8. The time now is 07:21 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.