Links are not working on one page!

Permalink
Hi there the links on this page are not working for some reason and it is important I get this sorted quickly because I am being waaited on! Please could someone take a look. I have no idea why they are not working, it is rather odd. Thanks in advance.

http://www.whereamiclothing.com/index/index.php/19/...

 
VidalThemes replied on at Permalink Reply
VidalThemes
Its your social links that are the problem, the wrapper div they are in "social-links-default-wrapper" is covering the entire content area, so your links are underneath it.

in the social links add-on css if you go to view.css and go line 5, you will see this code

.social-links-default-wrapper {
   position:relative;height:auto;width:100%;margin:0px;padding:0px;
}


remove, "position: relative;" and you should be ok, this is a quick n dirty solution so cant vouch what it will do cross browser but it sorts in webkit at least.

Regards

David