How to Zoom Out in Dawn Theme

Solved
ahmy-com
New Member
13 0 0

I was looking at sites online and i just wanted to know how to make a website fully zoomed out and on the screen without needing to scroll down to have all the options show up like the supreme website ( https://jp.supreme.com/ )

Accepted Solution (1)
PageFly-Noah
Globetrotter
561 130 130

This is an accepted solution.

Hi @ahmy-com 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
html,body{

overflow: hidden !important;
height: 100vh !important;
}
</style>

The code above will allow you to prevent scroll action on the page, but please make sure that your design will work properly with your requirement

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)
PageFly-Noah
Globetrotter
561 130 130

This is an accepted solution.

Hi @ahmy-com 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
html,body{

overflow: hidden !important;
height: 100vh !important;
}
</style>

The code above will allow you to prevent scroll action on the page, but please make sure that your design will work properly with your requirement

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

ahmy-com
New Member
13 0 0

 

 

ahmy-com
New Member
13 0 0

I want to disable it only on desktop not on mobile