Hi,
I’m referencing this website:
http://audrey.smeester.com/
I followed your instructions to get an additional image on the header (Financial Planners Click Here). But I cannot seem to get the link to work. I’ve done all kinds of CSS stuff but it won’t work. Can you help me out?
Thanks,
Scott
Hey Scott!
Setting a high z-index value does the trick:
div.custom_content {
position: fixed;
z-index: 100000;
left: 45%;
}
Best regards,
Josue
I wondered if that was it. I just didn’t go high enough. Thanks!
You are welcome, always glad to help :)
Regards,
Josue