Skip to main content


  1. It seems like only selected styles apply to my page, for example I can change the font color but not the font-family with my print style:

    @media print {

    p { font-family: Arial, sans-serif !important; color:#000000;}

    }




  2. I’m also, having troubles printing long pages in FF ( float:none; doesn’t help : ( )




If you experienced the same issues or have any ideas for a work-around I’d appreciate your input. Thanks

Hi Elena,


We don’t have too much experience with print media types in CSS Ð because not a lot of people end up printing their landing pages!


However, I’m happy to take a look at your page and see if I can find out why those

styles aren’t working. Could you send a link over to support@unbounce.com?


Does anyone else here on the forums have more experience with @media print rules than I do? If so, please feel free to chime in!


Thanks!


Reply