Jump to content

Inline style:height tag in id=Column


Recommended Posts

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

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

×
×
  • Create New...