Forums
Home / Plugins / Move title & meta data above the Featured Image
(@cecilywiggins)
10 years, 9 months ago
Anyone know how to achieve this? Can’t find it anywhere
(@doomaan)
10 years, 7 months ago
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; }