小编Peg*_*ggy的帖子

How to get image to show on top of header image

I gave my sidebar a negative top margin to display an image over top of the header yellow image but I can't get the sidebar image to show on top. I have added position: relative and played with the z-index but nothing is working.

Here is the page

Here's the css code I have -

.reciperight {
float: right;
width: 28%;
color: #512e70 !important;
font-size: 18px !important;
position: relative;
margin-top: -200px;
}
Run Code Online (Sandbox Code Playgroud)

wordpress z-index

-1
推荐指数
1
解决办法
34
查看次数

标签 统计

wordpress ×1

z-index ×1