Having trouble with my social media icons on the page. They either get hidden by other divs despite having a higher z-index or appear below the top section. I want them to be positioned to the right of the church image. I've tried different approaches, but can't seem to get it right. For more details, visit the site:
Website:
CSS stylesheet:
This is how I've defined the style for the div:
socialmediaicons {
margin:50px 50px 0 0;
float:right;
z-index:90;
position:absolute;
}