  $(document).ready(function() {
    if ($('.current_page_item a').height() > 15) {
      $('.current_page_item').addClass('two_liner');
    }
  });
