hjshine Posted August 18, 2013 Share Posted August 18, 2013 I have duplicated a producte slider module 3 times so they float side-by-side on the HOOK_HOME. My issue is that there is an inline hight attaching itself to the column id and it is grosley oversized as it's applying it if the sliders were underneath eachother. If I only enable one module the the source code puts out: <div id="center_column" class=" columnWide2 col-height-fix" style="height: 857px;"> With 2 or 3 enabled I get: <div id="center_column" class=" columnWide2 col-height-fix" style="height: 1420px;"> I cannot find where this value is being defined,so I can't work out a solution. Any suggestions? Running the latest version. Link to comment Share on other sites More sharing options...
vekia Posted August 18, 2013 Share Posted August 18, 2013 you use default template? Link to comment Share on other sites More sharing options...
hjshine Posted August 18, 2013 Author Share Posted August 18, 2013 No, the base was made using Prestashop Theme Maker Link to comment Share on other sites More sharing options...
vekia Posted August 18, 2013 Share Posted August 18, 2013 i just wondering what part of the script generated the height of the block. without any additional information it's really hard to say what's goin on, especially because it is non default theme Link to comment Share on other sites More sharing options...
hjshine Posted August 19, 2013 Author Share Posted August 19, 2013 That's the problem, I cannot find it anywhere. Not in the database, cannot see it in the script. I was just hoping it was something that might be a general issue. As usual with my luck its not. Prehaps I should just modify it to create one module instead of 3. Thanks for your help anyway. Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 it is possible to check your website? if so, please share the URL maybe it is related to the javascript, i will check the source carefully Link to comment Share on other sites More sharing options...
hjshine Posted August 21, 2013 Author Share Posted August 21, 2013 (edited) sure - www.e-sensualdeelights.com.au/shop , thanks. I have isolated the problem to the class "col-height-fix". My weak point is Javascript, so not supprising if it is something to do with it. Edited August 21, 2013 by hjshine (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts