SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply use the zoom property:
#myContainer{ zoom: 0.5; -moz-transform: scale(0.5); }
Where myContainer contains all the elements you're editing. This is supported in all major browsers.