Viewing 1 replies (of 1 total)
  • Plugin Author bhaldie

    (@bhaldie)

    open your themes style sheet Divi/style.css starting at line 1217:

    #main-header {
    	position: relative;
    	z-index: 99999;
    	top: 0;
    	width: 100%;
    	background-color: #fff;
    	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    	font-weight: 500;
    	line-height: 23px;
    }

    change the z-index value to something like 1000 or lower until the preview appears on top of the header.

Viewing 1 replies (of 1 total)
  • The topic ‘Preview displaying behind my site header’ is closed to new replies.