Upgrading Enfold from 1.8 to 2.3 broke many CSS edits. I’ve fixed most of them, but am totally stumped with the following.
I’m trying to get the grey bar menu background image on this version http://bit.ly/12D6erM to stretch across the page and look like the original on this version : http://bit.ly/15G3nlJ
Tried altering every class I can think of via Chrome’s dev tools, to avail.
Thoughts?
Any thoughts here guys? Seems like a relatively small issue, if you know where to look, but after hours upon hours of guessing, I obviously don’t :(
Still no luck. Any one get a chance to look at this? At this point I’m willing to pay for help, if someone has time. The client’s been waiting and is losing patience :(
Fixed it! You can close this topic. For anyone else that might stumble on this thread, I added a z-index property set greater than 1 to the following ID and CLASS. Weird part is, I would have bet thousands that I checked these before (I tried adding z-index properties to every ID and CLASS that seemed to make sense.) Cheers!!
#header_main_alternate,
.header_color .main_menu ul {
z-index: 2;
}
I know this issue is rather specific to this particular site/layout – but I do think it could help anyone that finds themselves in a similar customizing situation, so I figured I’d post my findings FFR.
NOTE to SELF : Thanx Mike! You’re welcome Mike. Way to go!! You’re the best! No, YOU are!!! </schizo-sarcasm>
:)