Viewing 1 replies (of 1 total)
  • easy…. use css

    #container {
        width: 100px;
        height: 100px;
        position: relative;
    }
    
    #navi,
    #infoi {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #infoi {
        z-index: 10;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Move title & meta data above the Featured Image’ is closed to new replies.