I want to know all the affected div with zoom out and how can i override exactly just the css attribute to make the default zoom of the application to be around 70 %
Also Is their is defined way to make the application menu to be opened only on collapsed mode,
like the same when reducing the size of the screen , with the responsive side menu .
Re: original question about changing default zoom - there are css zoom property and scale() function, but it’s not recommended to use them for such purpose. Instead you should apply css rules directly to desired elements or create custom theme so that you will be able to override global variables and common styles.
Thanks for your response , I already did what you mentioned regarding custom theme
by follwoing Sampler demo code upgrading current application to Cuba 7.1
But still i’m facing strange behavior their ,
I already created post with the issue , and mentioned you their if you can give help .