"element.style" of a module has an elusive "min height" - Joomla! Forum - community, help and support
hi all... have issue causing me headaches...
i have built joomla site , getting a long white box underneath vikslider module cannot find source for:
http://www.davebarrettdesigns.co.uk/testserver/akshaya/
looks fine in chrome other browsers return anomaly.
on firebug , "inspect element" first record in analysis says
"element.style {
min-height: 1284px;
}"
i have checked obvious files , "1284px" record seems not exist... didn't put in , don't see why there... not editable parameter in vikslider control panel... going crazy!
can please tell me file holds value can reduce/delete gap.
thanking in advance....
dave
i have built joomla site , getting a long white box underneath vikslider module cannot find source for:
http://www.davebarrettdesigns.co.uk/testserver/akshaya/
looks fine in chrome other browsers return anomaly.
on firebug , "inspect element" first record in analysis says
"element.style {
min-height: 1284px;
}"
i have checked obvious files , "1284px" record seems not exist... didn't put in , don't see why there... not editable parameter in vikslider control panel... going crazy!
can please tell me file holds value can reduce/delete gap.
thanking in advance....
dave
it's html. elemtn style style directly on html element , not in css file, this
code: select all
<div style="min-height: 1284px;">
Comments
Post a Comment