Print code does not work since 2.0 update.
-
When I put the code, in the additional CSS of the Astra Child theme it doesn’t work… All my sites are made in Astra… Astra is a very common and simple theme.
In the previous version it works perfectly, but in 2.0 the print is wrongly positioned.
My code:
.printomatic {
margin: 0 auto;
}@media print {
#Header, #Footer { display: none !important; }
@page {
margin-top: 1cm;
margin-right: 0cm;
margin-left: 0cm;
}
img {
width: 95%;
height: 95%;
}
}Basically, without this code, the plugin prints only a small image of about 100×200 px in the upper left corner of the page. With the code (and in the past version), it prints the entire page as I need.
But I can not make it work on the 2.0 version.The page I need help with: [log in to see the link]
- The topic ‘Print code does not work since 2.0 update.’ is closed to new replies.