Blindoom Posted January 7, 2014 Share Posted January 7, 2014 HI there, i'm editing my default theme and is quite simple. i disabled all the block i don't need and now i'd like to resize the homefeatured block to 980 px, the same size of the category list. i already read that i need to modify the homefeature.tpl but how? the page sourge says: <div id="featured-products_block_center" class="block products_block clearfix"> <p class="title_block">Featured products</p> <div class="block_content"> <ul style="height:500px;"> do i change it to 980? anyway this height size isn't shown in the tpl file. any help? the result i want to reach is something like this: Link to comment Share on other sites More sharing options...
vekia Posted January 7, 2014 Share Posted January 7, 2014 you have to modify css styles of this module. define css styles #featured-products_block_center {width:980px;} Link to comment Share on other sites More sharing options...
Blindoom Posted January 8, 2014 Author Share Posted January 8, 2014 sorry vekia, can you show me the path? themes default css then? Link to comment Share on other sites More sharing options...
walidon Posted January 8, 2014 Share Posted January 8, 2014 look into themes/your-theme/css/global.css Link to comment Share on other sites More sharing options...
Blindoom Posted January 8, 2014 Author Share Posted January 8, 2014 no isn't there, the only similar things are this: .ie7 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}.ie8 #featured-products_block_center .product_image span.new{top:110px;right:0;width:94%}.lt-ie6 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%} in the css- global.css of course Link to comment Share on other sites More sharing options...
walidon Posted January 8, 2014 Share Posted January 8, 2014 try to change the ;width:94% to ;width:980 px and see what happens, if nothing happens try to change it to 100% Link to comment Share on other sites More sharing options...
Blindoom Posted January 8, 2014 Author Share Posted January 8, 2014 no way i tried both Link to comment Share on other sites More sharing options...
walidon Posted January 8, 2014 Share Posted January 8, 2014 can u provide a link? Link to comment Share on other sites More sharing options...
Blindoom Posted January 8, 2014 Author Share Posted January 8, 2014 http://themusicdelivery.com/index.php Link to comment Share on other sites More sharing options...
walidon Posted January 8, 2014 Share Posted January 8, 2014 here is your solution http://mypresta.eu/en/art/developer/one-column-homepage.html let us know the result. Link to comment Share on other sites More sharing options...
vekia Posted January 8, 2014 Share Posted January 8, 2014 define css styles #[/size]featured-products_block_center {width:980px;} define - not modify 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