jpryce Posted January 17, 2013 Share Posted January 17, 2013 (edited) Hi I've got an issue with the home featured module in my centre column. Basically it looks like it's too long and it's pushing the footer out by a couple of inches. If you inspect the centre column with firebug it tells me its got a height of 1260px which is clearly too long but i can't find where to edit this. I assume it's dynamically generated. Also adding more modules under home featured doesn't fill the gap it just keeps shunting it all down the page, getting longer and longer. This doesn't appear to be an issue on the product pages. Any thoughts on how to correct either the centre column or plugin would be good. Address is: www.devlinrhodes.com Thanks James Edited January 17, 2013 by jpryce (see edit history) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 21, 2013 Share Posted January 21, 2013 Yes, it is dynamically generated. You can simply remove the code in modules/homefeatured/homefeatured.tpl. Remember to create a back-up copy prior to making your changes. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
jpryce Posted January 22, 2013 Author Share Posted January 22, 2013 Thanks for the response Marty. Do you know which bit? I want to retain the module functionality, just altering the length. James Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 22, 2013 Share Posted January 22, 2013 James, In homefeatured.tpl you will find the following <ul style="height:{$ulHeight}px;"> or something very similar (your theme designer may have altered this). Just remove everything except the ul <ul> The module will still function as usual. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
jpryce Posted January 23, 2013 Author Share Posted January 23, 2013 wow that's amazing thanks for that! James Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 23, 2013 Share Posted January 23, 2013 You are welcome. Glad to hear it worked for you. Can you kindly mark the thread as [sOLVED]? This will help others in the future that may have the same question. Marty Shue 1 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