Skip to content

Instantly share code, notes, and snippets.

@Pross
Created April 18, 2016 19:17
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 Pross/79d6171a7487b7e0443b993a652a4f3b to your computer and use it in GitHub Desktop.
Save Pross/79d6171a7487b7e0443b993a652a4f3b to your computer and use it in GitHub Desktop.
No padding ALL sections
<script>
!function ($) {
$(document).on( 'ready', function() {
$('.pl-sn-pad').each( function(){
$(this).removeClass('pl-sn-pad')
})
})
}(window.jQuery)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment