Hello all,
i bought the news Template. Great Stuff guys! Now i need Help. I have to put a kind of skycraper on the left or right Side- out of the template. Is that possibleß Which file i have to change to realise that?
thanks in advance
Cyberek wrote:You want just an image or a clickable element?
var $element = jQuery('#gkPageContent'),
top = $element.position().top, //this will give top position
left = $element.offset().left, //this will give left position
calculated_left = left + $element.outerWidth(); //exact place on the right side of #gkPageContent
jQuery('#mymodule').css({'top': top, 'left': calculated_left});