I'm really struggling with this issue.
I have a situation where I need to center a downward pointing arrow within some divs. It should be positioned in the middle, on a brown line, and on top of everything else. The last div should also include the arrow. No matter what I try - using z-index, absolute and relative positioning - I can't seem to get it right.
When you click on the title, the box should open while keeping the arrow in the exact same location on the line. It seems like a simple task, but for some reason, I just can't figure it out.
Here is a link to a fiddle showcasing the issue:
<article id="made" data-magellan-destination="made">
<div class="blocks-holder wide made">
<div class="block wide" id="">
<div class="openblock">
<div class="maak-competences">
<h2>title</h2>
<h4>tagline</h4>
<div class="arrow-down"></div>
</div>
Thank you so much for any help you can provide!