Hello
After removing font resizer, print and email button aswell as the social buttons under K2 items view options the article doesnt use full width. See image.
How can I get the article to use the full space?
thankfull for help.
<script type="text/javascript">(function($) {$(document).ready(function() {
if( $('.itemAsideInfo').size() > 0 ) {
if( $('.itemAsideInfo ul').html().trim()=='' ) {
$('.itemBody').removeClass('gkHasAside');
}
}
});})(jQuery)</script>