I have been wondering how to make a zoom out 90% default in GK Resume template. Many thanks for any advice!
How to Make a Zoom Out (90%) default in a WebSite
Hi xxjoannahxx
In a Joomla website, you can modify layout / typography , I don't think there is option for zooming in/out
saguaros The only advice I could find via Google has been modifying css:
body {
zoom: 90%;
}
However, I have no idea where to add the code above and whether it would even work.
You can follow this guide for how to add custom css: https://www.gavick.com/documentation/joomla/templates/customization/custom-template-css