Problem with Lightbox - Joomla! Forum - community, help and support
hello everyone. have problem yootheme widgetkit/lightbox module. when click on thumbnail full size picture comes in wrong position. means have scroll down see picture.
you can check out problem here:
http://www.t-swindsorbuilders.co.uk/ind ... references
is there knows wrong? in advance,
greg
ps.: have tried find answer here don't jusk ask, did research.
you can check out problem here:
http://www.t-swindsorbuilders.co.uk/ind ... references
is there knows wrong? in advance,
greg
ps.: have tried find answer here don't jusk ask, did research.
gergelycsaszar wrote:hello everyone. have problem yootheme widgetkit/lightbox module. when click on thumbnail full size picture comes in wrong position. means have scroll down see picture.
you can check out problem here:
http://www.t-swindsorbuilders.co.uk/ind ... references
is there knows wrong? in advance,
greg
ps.: have tried find answer here don't jusk ask, did research.
well, problem seems in code itself.
just replace code:
code: select all
<div id="lightbox-wrap" style="display: block; width: 468px; height: auto; top: 14483px; left: 397px;">with
code: select all
<div id="lightbox-wrap" style="display: block; width: 468px; height: auto; left: 397px; top: 0;">
Comments
Post a Comment