Slider rendering incorrectly within a hidden div
-
I’m currently locally trying to include a slider+thumblist within a hidden div on a product page similar to this page here. It would be replacing the current 3D viewer within the hidden div. I have used jQuery .hide(); and .slideDown(); for the hide/reveal function.
When the div is revealed (by clicking on any one of the products), the slider does not render properly – see here. The slider and thumbnails appear with a large top and left margin, and does not follow the container it is in. If the window is resized, the slider seems to fix itself, but the thumbnails still retain its large margins – see here.
Any suggestions on how to fix this issue? Thanks in advance!
The topic ‘Slider rendering incorrectly within a hidden div’ is closed to new replies.