Re: Header adjustment when you have a really terribly long subject line to a message that goes on and on forever and ever and ever and ever and ever
Posted by
Pedro on
Mar 10, 2014; 6:59pm
URL: https://support.nabble.com/Header-adjustment-tp7589678p7589770.html
In order to remove the heading from the reply section and reduce the font size of the heading, add this code to your css:
.macro_reply :nth-child(1){
display: none;
}
.classic-subject-line .post-subject {
font-size:5px;
}