Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2shrestha22/5aa809a01caa7ad6cce21eb1e2ab83f5 to your computer and use it in GitHub Desktop.
Save 2shrestha22/5aa809a01caa7ad6cce21eb1e2ab83f5 to your computer and use it in GitHub Desktop.
#right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.site-header, .inside-article,.sidebar .widget, .comments-area, .paging-navigation, .my-ad, .wp-block-image {
-webkit-box-shadow: 5px 5px 30px -10px rgba(46,46,46,0.5);
-moz-box-shadow: 5px 5px 30px -10px rgba(46,46,46,0.5);
box-shadow: 5px 5px 30px -10px rgba(46,46,46,0.5);
}
.my-ad {
background-color: #fff;
margin-bottom: 20px;
}
/* Show last updated date */
.posted-on .updated {
display: inline-block;
}
.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: "Last Updated ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment