I am having trouble with the content area dropdown element. The dropdown is behind other content in the following row. The content appears if it toggles upwards, but it is behind the row below if it toggles down. I tried adjusting z-index and visibility on both the element and the row. FYI, I am relatively new at this, so I might have missed something.
Hi Katrine,
Thank you for writing in, please provide us the direct page URL so we can inspect how you setup the content-dropdown and the content around it.
If the element that is blocking the dropdown is from a different section, then you need to make sure the section containing the Content Dropdown has the higher z-index, if it’s in same section but different columns, please make sure the columns containing the Content Dropdown has the higher z-index.
Cheers!
Sorry, this is the direct URL: http://communitas.dk/2018-i-bevaegelse-in-motion/
The design is only visible on a mobile device.
Hey Katrine,
Thank you for providing the URL. This is indeed the z-index issue. In Cornerstone, go to the section that contains all of your Rows (that contains the content dropdown) , Inspect your first Row and change the z-index to 10. Now inspect the second Row and change it’s z-index one lower than the top Row i.e change it to 9 similarly for the third Row the z-index should be 8 and so on.
This will make sure the content dropdown never goes behind the Row below it. Let us know how this goes!
I have tried this and it doesn’t work. I have this in every row element CSS.
$el {
z-index: [descending index];
}
Hi Katrine,
In that case, please provide us with the admin access to your site in a Secure Note:
To know how to create a secure note, please check this out: https://theme.co/docs/getting-support
Hi Katrine,
Thanks for the details.
You actually do not need to add an Element CSS because there is already a z-index setting for the row elements.
Please see the screencast below:
Hope this helps.
Wow, I really did miss something crucial…
Thank you so much!
No worries, glad to hear it’s sorted. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

