
Link on Content are not working
Link on Content are not working
Hi, I have links in my content and when the mouse goes over and it is like it's just text! No recognition of the hyperlink what so ever... 

Re: Link on Content are not working
Found it! The padding-top was shadowing the link... 
div#main {
padding-top: 1.5em;
}
Just took it out... Better to make the padding-top else where...

div#main {
padding-top: 1.5em;
}
Just took it out... Better to make the padding-top else where...
