I tried to put this in footer.php
<script>
(function($){ $('.blog-text p, .tabber-text p').each(function()
{ var str = "Prev articleNext";
str = str.replace("Prev articleNext", ""); }
</script>
but id doesnt work
Only thing I want to change some parameters in css but I don’t know where.. Maybe I have to increase site width and fix right sidebar?