Quote:
Originally Posted by kovidgoyal
If the headers and footers are in some sort of regular markup you can use override css to remove them, fo example if headers are always in markup of the form
<div class="header">some text</div>
you can use
.header { display:none }
in override css
|
Tried it but it didn t work, words are still cut on the right side, well one letter or two so its not so bad, would there be a css overide to force the code to cut from the left so the right can show? Would enable to get that missing letter and loose some white space on the left side

.
thanks!