webbusiness23 Posted November 19, 2009 Share Posted November 19, 2009 Hi,i need to decrease the size of the homepage products. Currently all the products from the homepage are listed in a long rectangle. I want to decrease the length of this rectangle.I attached a picture that shows what i want to do: I want to get rid of the green part of the picture.How can i do that?Thanks! Link to comment Share on other sites More sharing options...
rocky Posted November 19, 2009 Share Posted November 19, 2009 Modify the following section of css/global.css in your theme's directory: #center_column div.products_block p.product_desc { height:9.5em; color: #595a5e; } and decrease the height from 9.5em. Link to comment Share on other sites More sharing options...
webbusiness23 Posted November 20, 2009 Author Share Posted November 20, 2009 Thank you very much! That was the solution. Regarding the product and its description and its picture, how can i change the order of these in the product's rectangle from the homepage?What i need is to place the product's image first, and after that the title and finally description.Thank you! Link to comment Share on other sites More sharing options...
rocky Posted November 20, 2009 Share Posted November 20, 2009 Just move the following code in modules/homefeatured/homefeatured.tpl just above the : getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /> Link to comment Share on other sites More sharing options...
webbusiness23 Posted November 20, 2009 Author Share Posted November 20, 2009 Thank you! It worked. (I should have looked myself in the homefeatured.tpl file and i would have figured it out).P.S. How to mark a thread with "SOLVED"? Link to comment Share on other sites More sharing options...
rocky Posted November 20, 2009 Share Posted November 20, 2009 Click on the Edit button at the bottom of the top post and you can add (Solved) to the beginning of the topic title. 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