Archived topic
Sticky Sidebar Only on Custom Post Types
5 replies · Started by Thomas on February 7, 2023
Hey there,
Im looking for the CSS necessary to make the right sidebar (A GP Block container) sticky, but I only want this to happen on a custom post type (the type is called "shoe_review") - we've got a specific sidebar for this custom post type.
Thanks in advance, I've already searched the forum but could only find CSS that would apply to the whole site.
Cheers,
Thomas
Hi there,
can you share a link to one of those posts ?
Hi Thomas,
Try this CSS:
@media(min-width: 769px) {
.single-shoe_review .inside-right-sidebar {
position: sticky;
top: 0;
}
}
Boom :) Worked a charm. Thanks to David and Yang, I've deployed your advice from this forum a ton in the past, first time I've had to ask for help!
Glad to hear that :)
Don't hesitate to open a support topic, we are happy to help!