Drop Down Menu Covered by Slider
Hello,
I have a drop down menu that is set up with my pinboard theme but the drop down seems to be covered by the siteorigin slider. I’ve tried a few things but nothing seems to work. Any help would be appreciated!
Thanks,
Josh
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
8Changing the z-index of your #access seems to fix it:
#access { z-index: 9999; }John, you are the man!! Works great!
Thanks for helping out here John :)
..I know I am missing the obvious, but where (which file) do I change the
#access {
z-index: 9999;
}
Thank you
….silly question over. solved it
@ richard
I am also facing the same issue (Site : theneedopedia.com)
Could you please assist where did you changed the # access. I am new to wordpress, so dont know alot about advance coding
Praveer
Original code snippet seems to no longer work, but this one does
.header .header-wrapper {
z-index: 999 !important;
}
use a child theme and every time you update the code will nto be lost
Use siteorigin css plugin .once installed paste the code in the editor .which hopefully solve the issue
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.