Viewing 1 replies (of 1 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hi @tosh11formula

    It seems that the meta data height is superior to page height, and in this case you need to find a way to reduce that. You can use custom CSS styles, for example, by changing the font size or/and the line height of the class .item-meta:

    
    .item-meta {
    	font-size: 8pt;
    	line-height: 8pt;
    }
    

    Not sure if it’s enough to fix the issue, because i can’t see the full height of the meta, but try to adjust the values to see how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Overflow text’ is closed to new replies.