Hello, I need your help. I have a problem with "GK News Gallery" look screenshot. I hope you can halp me 7
Thank you
module.find('.gk-ns-arts-scroll').css('width', (jQuery(arts[arts.length - 1]).outerWidth() * arts.length) + 2);
module.find('.gk-ns-arts-scroll').css('width', (jQuery(arts[arts.length - 1]).outerWidth() * arts.length) + 10);
module.find('.gk-ns-arts-scroll').css('width', (jQuery(arts[arts.length - 1]).width() * arts.length) + 2);
module.find('.gk-ns-arts-scroll').css('width', (jQuery(arts[arts.length - 1]).width() * arts.length) + 2);;
module.find('.gk-ns-arts-scroll').css('width', (jQuery(arts[arts.length - 1]).outerWidth() * arts.length) + 10);
Cyberek wrote:The problem is with this element:
http://d.pr/i/62Qi
Its name is too long and it causes weirdness in some js calculations.
Is it possible for you to change the name and make it a little bit shorter?