#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