Jump to content

Order print size is very tiny


Recommended Posts

The only way I know to do it is to add styles to the

@media print

section of your theme's global CSS file. For example, to change the size of the "Order placed on" line to make it huge when printed, add the following line after

@media print {



#block-history #block-order-detail h4{ font-size:10em; }



You will probably need to copy the entire order section of the CSS, put it in the print section and then play around with the sizes. Unfortunately, I don't have time to help any more at the moment.

Link to comment
Share on other sites

Well thanks for what you have supplied. Had to put it in admin.css to see any changes, now their was also this in the globals.css so will continue to mess around with this. My poor css skills will come in handy lol

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...