zenrider420 Posted November 2, 2008 Share Posted November 2, 2008 I am using the default theme... I removed the "Add to Cart" button on the featured items on the homepage, and now have this ugly large gap under the featured items... it almost looks like another row of the featured items table so to speak. How can i completely remove it, and move the View Item button up a bit to center it. See attached image.Thanks in advanced! Link to comment Share on other sites More sharing options...
hai Posted November 2, 2008 Share Posted November 2, 2008 Hi zenrider420can you tell me how you removed the"Add to Cart" button ? Link to comment Share on other sites More sharing options...
nerdygurl Posted November 2, 2008 Share Posted November 2, 2008 Global.CSS has some height changes for the feature product block otherwise your best bet would be to look inside the homefeatured module tpl file and change the height variable in there Link to comment Share on other sites More sharing options...
zenrider420 Posted November 2, 2008 Author Share Posted November 2, 2008 Hi zenrider420can you tell me how you removed the"Add to Cart" button ? Hey there Hai,Here is a post on how to remove the Add to Cart button...Nerdygurl, thanks for the fast reply and tips... i have been checking the global.css but have not had any luck... it's almost like a table with one too many rows... Just need to remove that last row. I'll keep working on it... anyone have any ideas? Link to comment Share on other sites More sharing options...
fabiano_albernaz Posted November 4, 2008 Share Posted November 4, 2008 Hey there!i suggest that you use firebug with Firefox, so you can see the global.css better and live!on firefox click on featured products with left mouse -> inspect elementyou will see that de UL element element.style {height:2880px;}this height is calculated based on how many rows do you have x height of product box!look at global.css bellow too, and change to your needs#center_column div.products_block p.product_desc {global.css (línea 1037)color:#595A5E;height:9.5em;}Now you have to edit homefeatured.tpl Line 6!{assign var='liHeight' value=NEW_VALUE}I hope that cover your needs ...see it 5 products in a row on www.inhibidores.net See you! Link to comment Share on other sites More sharing options...
annalin Posted February 1, 2009 Share Posted February 1, 2009 Hi,I have the same exact problem as zenrider420 above but I haven't managed to solve it. If I change the height in #center_column div.products_block p.product_desc in global.cssagain (I changed it from 9.5em to 4em) the gap disappears but the view button/text is then at the bottom of the box and the space betwen the descr text and the product image is too wide which is ugly. So how can I narrow the first gap and get rid of the white line/new row below the view button? Link to comment Share on other sites More sharing options...
h4r15 Posted November 4, 2010 Share Posted November 4, 2010 This is my solution:find '#center_column .products_block ul li' on global.css then add this style; {height:???px !important;}, it will override css from some file which i don't know how to find but it works. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now