myname Posted January 12, 2009 Share Posted January 12, 2009 hi, you excuse mine bad Englishas can I turn the block homefeatured into such way that instead of visualizing 4 products for line... can see only 2 of it greater? Thanks Link to comment Share on other sites More sharing options...
Dave Egerton Posted January 13, 2009 Share Posted January 13, 2009 Go to backoffice>>modules>> on Featured Products on the homepage v0.8 click configureChange Number of product displayed to 2.if you then need to style further , use your Global.css Link to comment Share on other sites More sharing options...
myname Posted January 13, 2009 Author Share Posted January 13, 2009 ...thanks for the answer..however I know whether to change the number of the back articles Office in homefeatured. The problem is to increase the greatness of the panels of the products so that the result both as in the attached image.In that global.css part I must intervene for increasing the greatness of the panels of the 2 products in homefeatured?do you know how he does? Link to comment Share on other sites More sharing options...
nerdygurl Posted January 13, 2009 Share Posted January 13, 2009 To make is wider? Yes that is in the css you can resize them to whatever size you want within reason Link to comment Share on other sites More sharing options...
myname Posted January 14, 2009 Author Share Posted January 14, 2009 I have understood that it is in the global.css that I must intervene for the change, however I don't understand what part of code to modify for widening the block of the product in such way to get the same result of the image attached in the post #1.Thanks for the help Link to comment Share on other sites More sharing options...
nerdygurl Posted January 15, 2009 Share Posted January 15, 2009 Here is what i use for the 2 side by side#center_column .products_block ul li { float: left; clear: none; width: 260px; height: 210px; padding-left:8px; background:white;}Add any left,top,right:bottom borders as needed to get the final representation in the image you posted: that code there gives you the links to the side of the image with the image being left aligned. The borders in the image look to be about 1px thick.Hope this info is of some use to you oh and if the two featured product boxes end up on top of each other just alter the width as I think i altered the width of the center column before adding this. 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