1

I want a title for modal widow to appear like this

I want a title for modal widow to appear like this, ie; above the modal widow on top of overlay.

.modal-content .modal_heading{
            position: absolute;
            top:-4rem;
            z-index: 999999;
            color: #fff;
            display: block;
            }

But its not working

humbleiam
  • 969
  • 2
  • 12
  • 34
  • It is working for me. – max May 29 '16 at 14:59
  • Please post a working example of your code (HTML/CSS/JS) in a [Snippet](https://blog.stackoverflow.com/2014/09/introducing-runnable-javascript-css-and-html-code-snippets/). See [mcve] and [ask]. – vanburen May 29 '16 at 16:08

0 Answers0