<!-- ******************************************** Add this to your code box (in a free form text/HTML type content box). ******************************************** --> <div class="scrollThisWidget"></div> <script type="text/javascript"> $(document).ready(function(){ // add the widget fixed height in pixels var widgetHeight = 300; // Don't modify the code below $('.scrollThisWidget').closest('.gpWidget').find('.blkContent') .css({'height':widgetHeight+'px','overflow-y':'auto','overflow-x':'hidden'}); }) </script>