Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_footer', 'ava_sidebar_height');
- function ava_sidebar_height(){
- ?>
- <script>
- (function($){
- $(window).resize(function() {
- var contenth = $('.container .av-content-small.units').height();
- $('.sidebar.sidebar_right').css('min-height', contenth);
- }).resize();
- })(jQuery);
- </script>
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment