Forum Discussion

tkearsley's avatar
12 years ago

CSS for single page

Hello,   I am seeing an issue with the printer friendly page formatting. The text near the top of the page is overlapping, see screenshot.       I know how to edit the CSS responsible...
  • MoniqueL's avatar
    12 years ago

    you can add the page class to the stack of divs to have css specific for this page, such as

     

    #lia-body.TKBAticlePrintPage .lia-content > .lia-quilt > .lia-quilt-row-main
    { <whatever css changes you need to make>}