Cobgarn Networks Designer & Programmer Posted October 12, 2010 Share Posted October 12, 2010 Hello friendsI have a big space down of the product featured block. When i see the css code with firefox plugin see:element.style height : 1741Because i cant find that element on the global.css / product_featured.tpl etc..Where is the problem ? if anybody can help me.. Thankiu.See the images please Link to comment Share on other sites More sharing options...
softbeach Posted October 12, 2010 Share Posted October 12, 2010 Go into theme golbal.css file and search for the following tag:#center_column .products_block ul li { margin:0 9px 10px 0; padding:6px; }and play with the margin & padding tags.I hope this will solve your problem. Link to comment Share on other sites More sharing options...
Cobgarn Networks Designer & Programmer Posted October 12, 2010 Author Share Posted October 12, 2010 Thankiu for your response.In my global.css have this:#center_column .products_block ul li { float: left; background-color: #ffffff; margin-top: 0; padding: 0 0 1px; width: 133px; border-right: 1px solid white; border-bottom: 1px solid whiteWhere change that. Link to comment Share on other sites More sharing options...
razaro Posted October 12, 2010 Share Posted October 12, 2010 Change liHeight in this code in modules/homefeatured/homefeatured.tpl > {assign var='liHeight' value=342} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} </pre> <ul> from 342 to value that doesn't make that much space. 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