RSS Feed/News Sticky elements in sideNav ?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,640
Points
823

Reputation:

I've got the last element of my side bar sticking nicely to the top of view in long threads by using:
Code:

.p-body-sidebar > div:last-child { position: sticky; top: 68px; }

I'm failing miserably to get anything similar to work for the sideNav on the left, the div blocks for that are in
.p-body-sideNavContent but
Code:

.p-body-sideNavContent> div:last-child { position: sticky; top: 68px; background:red; }
gets me a red background on the item I want to stick, but it doesn't stick...

Read more

Continue reading...
 
Status
Not open for further replies.
Top