Hi – I am having trouble getting my logo to display on top of some customization I made to a site I’m building.
The site is here http://sundialdev.com/ka/ and you can see part of the logo peeking out from the side. I have played around with z-index’s everywhere I can find but cannot get the logo to show on top of the “bump” I added.
I added that bump via a div in the header.php file using with an id=”top_left” and class=”header_top_left”
I appreciate your help!!
John
Hi sundialstudios!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_top_left { z-index: 2; }
Cheers!
Yigit
Thanks Yigit,
Unfortunately that puts the actual header element on top of my custom element, with a result like:
this where you can see the top css border over the .header_top_left.
Would I be better off using by own div’s for the logo?
Thanks!
I found a way to make it work. Please close this.
Thanks Yigit!