Joomla not clickable div/position :/ help please

Hello,
I created template using Artisteer 4. Becase Artisteer is not offering top-right position, I created one manually. I created new custom HTML module, and inserted it in newly created position (Position 31). Everything is looking fine but I can not create links from that module positions, neither text or image are clickable. I tried everythig, wrote HTML code to be sure links are ok etc.
Don’t know what to do next
Here is the Link
Little Germany flag should take you to joomla.org , but as you can see it is not clickable
And as you can see logo on the left side is clickable, but that logo is in original position offered by template…
many thanks in advance
sorry if this is in wrong section of forum

leanchristmas,

Try this…,

template.css , Line 416 (I think) Or perhaps on a more local stylesheet.


div.art-moj {
    position:relative;    /* ADD THIS */
    z-index:1;        /* ADD THIS */
}

Please don’t ask how or why. :slight_smile:

Thanks Ronpat.
I just found solution before I saw your answer.
I deleted div.art-shapes, and everything is fine.
Thanks anyway.

This thread can be marked solved.