maraveloJewellery Posted September 30, 2013 Share Posted September 30, 2013 Hi, I have a lump of white space under featured products on my home page at http://deeplydiamonds.co.uk/ Does anyone know how to fix this please? I guess it's perhaps due to the modules container size but where would I find that specified and how do I change it please? Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 hello it's because you have there inline style="height:750px;" what to do? edit homefeatured.tpl file and just remove it from this <ul> or just create somewhere in global css this style: #featured-products_block_center ul {height:auto!important;} 1 Link to comment Share on other sites More sharing options...
maraveloJewellery Posted September 30, 2013 Author Share Posted September 30, 2013 Thank you so much for the quick and helpful response. Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 i checked your website but this white gap still appears there you've got still some problems with this ? Link to comment Share on other sites More sharing options...
maraveloJewellery Posted September 30, 2013 Author Share Posted September 30, 2013 Yes, in the homefeatured.tpl file the only references to height are.. <ul style="height:{$ulHeight}px;"> <div style="height:21px;"></div> <div style="height:23px;"> I assume I need to do something with the fist one above. Would this work? <ul style="height:{650}px;"> Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 just replace <ul style="height:{$ulHeight}px;"> with <ul style="height:auto;"> Link to comment Share on other sites More sharing options...
maraveloJewellery Posted September 30, 2013 Author Share Posted September 30, 2013 (edited) You are a genius, thank you so much. Now to address the ehite space under the slider issue in a separate thread. Edited September 30, 2013 by maraveloJewellery (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 you're welcome glad to hear that i could help you in this case im going to mark this thread as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
pets11 Posted March 25, 2014 Share Posted March 25, 2014 hello it's because you have there inline style="height:750px;" what to do? edit homefeatured.tpl file and just remove it from this <ul> or just create somewhere in global css this style: #featured-products_block_center ul {height:auto!important;} That worked great for me. Thankyou! Link to comment Share on other sites More sharing options...
Recommended Posts