I am using the Mystique theme and i want to place a div over the header image / logo so i can place an image or an add at the top of my site right about the Nav bar. How do i go about doing this??
I am using the Mystique theme and i want to place a div over the header image / logo so i can place an image or an add at the top of my site right about the Nav bar. How do i go about doing this??
add a div or three in header.php after body starts
Ok i did that but it is only showing up above the logo image or below. Not layered on top of it.
layering is done with css positioning:
http://www.w3schools.com/css/css_positioning.asp
which has primarily nothing to do with wordpress even if it is done in a theme.
imho, for any help with css issues, a link to the site with the problem is needed.
The link to the site is http://www.ondeck365.com
I've tried putting a high z-index to try to put it on top of the space but that hasn't worked either.
This is a screenshot of how far i got as i try to make way through the issue.
To get it on top there is no need to mess with z index. Put yr new div so it is nested inside the one yr logo is in. But u do need to learn some CSS.
This topic has been closed to new replies.