Skip to content
WJunction - Webmaster Forum

spotted an overlay issue on this new WJ theme

Status
Not open for further replies.
Thread Link: https://www.wjunction.com/threads/thumbnail-video-in-wordpress.245928/
Could be spotted on any thread link, where "Click to expand" option is present.

echOgEA.png


I believe(& tested), increasing z-index value for header could solve this issue.

change below css code

.p-header {
background: #100e57;
display: block !important;
padding-left: 20px;
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 99;
}

to

.p-header {
background: #100e57;
display: block !important;
padding-left: 20px;
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 101;
}

Regards
 

1 comment

Status
Not open for further replies.

About the author

sohom
Active Member · Joined
Learner
1,206
Messages
411
Reactions
83
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom