Home › Forums › Jevelin Theme › Resize website – Zoom: 80%
Home › Forums › Jevelin Theme › Resize website – Zoom: 80%
Hi
I would like to know how I can resize the total website as you can do with zooming to 80% in your browser window. I tried doing that by writing:
element.style { zoom: 80%;}
But the revolution slider element doesn’t follow properly, how can I fix this?
And how can I make this solution work in different browsers like chrome, firefox, safari, explorer etc.?
Our website: http://www.eventcollective.dk
Thanks!
Best regards
Kaspar
Hi Kaspar,
I hope you are well today and thank you for your question.
Not sure exactly what you are trying to achieve here by zooming in website but you can reduce its width same as zooming in 80% by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 1200px){
#page-container .container {
max-width: 980px !important;
}
}
Best regards,
Shufflehound team