How to apply a z-index value to a content block? noob question

Permalink
Hi there,
I am unsure of how to go about giving a basic content block a different z-index value in order to have the content float above the rest on the page. Any instruction would be greatly appreciated

TinyGiant
 
da4kinov replied on at Permalink Reply
Did you find the answer?
Saxafrass replied on at Permalink Reply
Create your block. Then click on it again and select the Design menu option. There is a CSS tab on the far right. There you can either assign it an ID or a class. Then in styles.css simply create that ID or class and give it a z-index. Alternatively, I think you can just add a css style in the "additional css" input area.