Hello , I'm working on the theme of 18 -inch screen and a resolution of 1920x1080 . When I see the theme
in 14-inch screen and a resolution of 1366x768 the theme is very large.
I wonder if it is possible to decrease the size when in lower
resolution , to which not occupy almost the whole screen , to stay
cleaner , as well as the resolution of 1920x1080 . Thanks
Hello , I'm working on the theme of 18 -inch screen and a resolution of 1920x1080 . When I see the theme in 14-inch screen and a resolution of 1366x768 the theme is very large. I wonder if it is possible to decrease the size when in lower resolution , to which not occupy almost the whole screen , to stay cleaner , as well as the resolution of 1920x1080 . Thanks
Hello Karine,
If you want to do something like this you will need to add custom css to change the width of the theme depending on the screen size.
This is not something easy to do since you will also need to add custom css to adjust the module size.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello, thanks for the reply.
I know it can be complicated, but could you give me an example of how to do?
I am committed to solving this in my layout, so that renewed suport especially for this problem. Of course I will use it more often :)
Thanks!
Hello Karine,
If you go edit the media-queries_wide.css you should be able to see how we reduce the site size when the browser is under 1214px
If you want to reduce the site size more earlier please change this line
@media only screen and (min-width: 1034px) and (max-width: 1214px) {
to
@media only screen and (min-width: 1034px) and (max-width: 1314px) {
For example.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme