Okay
  Public Ticket #2600019
Firefox printing problems
Closed

Comments

  •  1
    Daniele started the conversation

    Hi, when I try to print from Firefox it only prints the first page. The problem occurs only on Firefox. There is a solution?

    Thank you,
    Daniele

  •  8,849
    Tahir replied

    Hey Again,

    Could you temporarily switch to a Default Theme and see if that makes a difference?.

    Thanks


    ThemeNectar Support Team 

  •  1
    Daniele replied

    Hi, switching to another template the problem is not there. But I inserted the following code which seems to work:

    @media print { 
     
        * { overflow: visible !important; }

    }

    Daniele